eight04 / angular-datetime

A directive to add the behavior of datetime input on unsupported browsers.
MIT License
93 stars 28 forks source link

Local date time format - ISO 8601 #11

Closed vladjerca closed 9 years ago

vladjerca commented 9 years ago

Hi guys,

I'm currently using this module in a small application of mine and I needed to get the date format with the local offset (not the standard UTC output).

I've also made a pull request for the new method:

https://github.com/eight04/angular-datetime/pull/10