I am trying to format some dates using MomentJS. I have no problem until I try to add AM / PM or am / pm. I have the following function and from time to time is passed from the Breeze EntityQuery results, where time is System.DateTime, as shown:
function datetimeCellRendererFunc(value) {
I use A or in formatting, I still get the following:
06/15/2015 9:00 δΈε
Is there anything else I need to add? Thanks in advance!
source share