cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need help navigating or using the PTC Community? Contact the community team. X

How to make datepicker widget to pass selected date with current time ?

AP_10343008
12-Amethyst

How to make datepicker widget to pass selected date with current time ?

In Datepicker widget, Before Selected date and current time was coming.

Now Selected date is coming with 00:00:00 time. How this change happened in thingworx suddenly ? 
How to make datepicker widget to pass selected date with current time ?

1 ACCEPTED SOLUTION

Accepted Solutions

Hi @AP_10343008 

 

To get the current time value from the DateTime picker widget, enable ''InitializeWithCurrentDateTime"  and disable the "DateOnly" property.

 

Velkumar_1-1685500993316.png

Velkumar_0-1685500967568.png

 

You will get the current time with a selected date value

 

Velkumar_2-1685501073089.png

 

/VR

 

 

View solution in original post

1 REPLY 1

Hi @AP_10343008 

 

To get the current time value from the DateTime picker widget, enable ''InitializeWithCurrentDateTime"  and disable the "DateOnly" property.

 

Velkumar_1-1685500993316.png

Velkumar_0-1685500967568.png

 

You will get the current time with a selected date value

 

Velkumar_2-1685501073089.png

 

/VR

 

 

Top Tags