=Format(Now(), "MM/dd/yyyy hh:mm tt")
Output:
04/12/2013 05:09 PM
Full list of format options might be found here. Kudos to @MattGibson.
=Format(Now(), "MM/dd/yyyy hh:mm tt")
Output:
04/12/2013 05:09 PM
Full list of format options might be found here. Kudos to @MattGibson.