1.0.2 • Published 7 years ago

dateformats v1.0.2

Weekly downloads
84
License
MIT
Repository
-
Last release
7 years ago

dateformats

This library allows you to easily convert date time formats between .Net, moment.js, jQueryUI datepicker, Timepicker.

Usage

// Convert from DotNet to Timepicker ("at HH:mm:ss.fff" => "'at 'HH:mm:ss.l")
dateFormat.convert('at HH:mm:ss.fff', dateFormat.dotNet, dateFormat.timepicker)

Here are all the formats:

Background

Some days ago I wrote this for my requirements and posted it on stackoverflow. I was asked to put it on github and npm, so here it is.

It comes in C# and TypeScript/JavaScript, you can use either or both. Several syntaxes are ignored during the conversion due to lack of support in most other rules, such as week of year in moment.js, however what got left is sufficient for many scenario in my opinion.

I also created my own standard rule, I mean to stick to it in my future projects and convert to local format only at the last minute. Just remove it if you don't like it. You can also easily create other rules too, if necessary.

It is tested more or less, though I can't say that there aren't any bugs. Use it at your own risk.

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago