I was wondering if it’s possible to schedule events down to the second, not just minutes. I’ve seen the xml_date and api_date formats, but I haven’t found anything relating to this.
Thanks
I was wondering if it’s possible to schedule events down to the second, not just minutes. I’ve seen the xml_date and api_date formats, but I haven’t found anything relating to this.
Thanks
You can define seconds in the data source and scheduler will preserve that data ( you can use %s in date format configuration to define second ), but when creating events on client side - scheduler just has not UI to define seconds for start and end date
So you can use it as “show only”, or you can create custom form ( custom time section ) for event editing.