Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
Hello all,
I have changed my thingworx version and import the project from Thingworx 9.1 to 9.3 but my widget datepicker here not giving me time. It only sends the date to qualitytimestamp datatype input service parameter. I have no idea why the same thing was giving me datetime on old version of thingworx and not anymore here. can anyone please let me know about it. Please have a look on the properties of the widget where the time can be show in qualitytimestamp as below:
Screenshot 1
Screenshot 2
screenshot 3
Solved! Go to Solution.
Hi @MA8731174 ,
In DateTime Picker - Have you checked the property FormatToken - D, MMM, Y - In this case you able to select the Date Only from widget defaultly it take 00:00:00 as time format. If you need time selection you need to format it accordingly D, MMM, Y HH:mm.
Kindly refer the below articles for more information.
Hi @MA8731174 ,
In DateTime Picker - Have you checked the property FormatToken - D, MMM, Y - In this case you able to select the Date Only from widget defaultly it take 00:00:00 as time format. If you need time selection you need to format it accordingly D, MMM, Y HH:mm.
Kindly refer the below articles for more information.
Thanks for your input. if i dont write any thing there in the textbox then i am getting datetime both but the thing is in the old version of thingworx even though there was FormatToken - D, MMM, Y - this written but still i was getting time also. and yes if i put D, MMM, Y HH:mm. in the new server then its working for the new server.
Hello @MA8731174 ,
Good day to you!
So does this mean that you are not facing aforementioned issue? Pls share your current status.
Regards,
Bhawna
its working! now i am able to get datetime both.
Thanks