I need to use JavaScript and want the current time to display with either AM or PM.
I have the following script:
util.printd("m/d/yyyy h:MM A, new Date),
but it does not display AM or PM.
Is there a way to script this using javaScript?
I need to use JavaScript and want the current time to display with either AM or PM.
I have the following script:
util.printd("m/d/yyyy h:MM A, new Date),
but it does not display AM or PM.
Is there a way to script this using javaScript?