Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
I have ptcsdatepicker version 9.3.8 with Date Range enabled, when the control is loading in a mashup, i want to have the start time as "00:00:00" and end time as "23:59:59" as default. But I dont see a property available to set a default value. Can you please assist with it? (sharing a code snippet is much appreciable).
Solved! Go to Solution.
Option 1:
You can use 2 expressions to set the "StartDate" and "EndDate" as default value.
Option 2:
You can use another 2 date picker and service. From service, you can control the initial date.
Option 1:
You can use 2 expressions to set the "StartDate" and "EndDate" as default value.
Option 2:
You can use another 2 date picker and service. From service, you can control the initial date.