[Plornt]   -  Feb 21, 2015

Messing with Dart, I seriously do not understand languages which do not have proper date time parsing nor date time formatting (Without the use of third party extensions). You have to use a very specific set of time strings to be able to parse your time (none of which are fully standards compliant), you cannot specify your own formatting - ie you cannot tell it specifically what to look for. And finally you have to pull in a third party package to be able to format the date time. For such common uses you'd think theyd have that in the core library.

Hawkee  -  Feb 24, 2015

Can you use JavaScript libraries to handle date formatting?

[Plornt]  -  Feb 24, 2015

Unfortunately not on the server side. The javascript interop is server side only. Fortunately there's a package to handle it but its very clunky to use. Hawkee(the site) is looking great by the way!

Hawkee  -  Feb 24, 2015

Thank you, I redesigned it late last year.

Sign in to comment

Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.