Skip to content
This repository has been archived by the owner on Jul 5, 2020. It is now read-only.

system.formatAMPM()

krisdb2009 edited this page Mar 27, 2017 · 2 revisions

Details

Returns a string containing the time formatted to 00:00AM/PM

Example output: 2:04AM

Example

var date = new Date();
var formatedDate = system.formatAMPM(date);

formatedDate //2:04AM


Webdows Documentation Wiki

system Object

explorer Object

Clone this wiki locally