formatDateTodayUnix

formatDateTodayUnix() function in 200OK is a standard function which is used to returns date in specified format.

Description : The formatDate function adjusts the input date by the specified number of days, months, and years, formatting it in Unix time format.

Syntax : fx_formatDate(today,format=unix,addDays=x,addMonths=y,addYears=z)

Example : fx_formatDate(today, format=unix, addDays=2, addMonths=3, addYears=4) returns "2028-01-19T08:00:00.000Z".

Request Side :

Response Side :

Last updated