Core APIs
DateTime
Format Date
2 min
converts a given valid iso date to a desired output format format placeholders supported are as follows api definition tab examples url https orca pathfix com functions datetime format name format api method post request pathparameters queryparameters headerparameters bodydataparameters formdataparameters results languages id 28usdqyeh3qrdmtvamsqt code n output 1 sep 2009 n language 200 id yix64dyiudpjgbrfsfawb code n message error n language 404 selectedlanguageid 28usdqyeh3qrdmtvamsqt examples languages id encjz9tstg38f0x taa4x code r n t input 2009 06 01t13 45 30 r n t format dd mmm yyyy r n t target bruce r n language json selectedlanguageid encjz9tstg38f0x taa4x description ncall the following api currentnewparameter label body parameter value bodydataparameters format specifiers format specifiers description "d" the day of the month, from 1 through 31 "dd" the day of the month, from 01 through 31 "ddd" the abbreviated name of the day of the week "dddd" the full name of the day of the week "h" the hour, using a 12 hour clock from 1 to 12 "hh" the hour, using a 12 hour clock from 01 to 12 "h" the hour, using a 24 hour clock from 0 to 23 "hh" the hour, using a 24 hour clock from 00 to 23 "m" the minute, from 0 through 59 "mm" the minute, from 00 through 59 "m" the month, from 1 through 12 "mm" the month, from 01 through 12 "mmm" the abbreviated name of the month "mmmm" the full name of the month "y" the year, from 0 to 99 "yy" the year, from 00 to 99 "yyyy" the year as a four digit number