toTime
Last updated
Last updated
toTime() function is the Standard function available in 200OK.
Description : The toTime function modifies the time part of a datetime value according to the specified format.
Syntax : fx_toTime(mention the time,ss:mm;HH;SSS)
Example : fx_toTime(03:12:11:09,ss:mm:HH:SSS) would modify the time to "09:12:03:11", following the format specified.
Here we go with simple scenario using the above function.
Scenario : In a scheduling application, users need to adjust the time format of events to adhere to specific requirements. They employ a function to modify the time part of datetime values according to specified formats. For instance, using fx_toTime(03:12:11:09,ss:mm:HH:SSS) would modify the time to "09:12:03:11", ensuring compatibility with the desired time format.
Request Side :
Response Side :