You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 31, 2020. It is now read-only.
I am trying to specify the custom format specifiers which is not working, such as u, F, m, etc. All I see is this sort of response, 2017-09-13T20:34:10.491Z instead of the expected custom format.
I am calling it something like this:
vardt=newDate();vars=dt.toString("u");// or "F", or "m"varspan=$("<span>").append(s);
I am trying to specify the custom format specifiers which is not working, such as
u
,F
,m
, etc. All I see is this sort of response, 2017-09-13T20:34:10.491Z instead of the expected custom format.I am calling it something like this:
Taking a step back, I am using the NuGet package, which I think may be another repository.
Personally, I don't care which one is which, both seem to document the same sort of formatting results. However, it just isn't happening.
The text was updated successfully, but these errors were encountered: