Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
By default time, do you mean the one reverted to when you click the Clear-button in the DateBrowser dialog? It is set through a javascript function called onClear, document.getElementById('f_time').selectedIndex = 0; where the 0:th index is 00:00. The default value for when ticking the chekcbox is DateTime.Now. Would you mind clarifying a bit?
//Mathias
When I click "Schedule for publish", a dialog pops up with the scheduled time set to tomorrow at 12 pm. I would like this to be 08 am.
Hi!
As far as I can see the time it hard coded in the UI and not possible to change in any nice way.
/Linus
Hi!
When I click "Schedule for publish" in edit mode, the default time is set to 12.00PM.
Is it possible to change this default value?