Skip to content Skip to sidebar Skip to footer
Showing posts with the label Date Format

How To Find Format (not Validate Against A Particular Format) Of Date With Moment.js

I have a given Date string, which is already formatted by moment.js by someone. I want to get that … Read more How To Find Format (not Validate Against A Particular Format) Of Date With Moment.js

How To Make The Timezone Of Date To UTC

I have a filter that i use to convert date to UTC date. .filter('utc', function(){ retu… Read more How To Make The Timezone Of Date To UTC