]> git.ipfire.org Git - thirdparty/moment.git/commit
Added format token X, that will parse/print unix timestamp with ms 581/head
authorIskren Chernev <iskren.chernev@gmail.com>
Wed, 16 Jan 2013 08:22:14 +0000 (00:22 -0800)
committerIskren Chernev <iskren.chernev@gmail.com>
Thu, 24 Jan 2013 07:13:11 +0000 (23:13 -0800)
commitf725c23e17fe28068b509d09c1f3a7e83e2fceb9
tree5933c91507880753bdbdafcd15d52c680b768938
parent1529fab61d9703c3b3027939ad42bf8288f1cad0
Added format token X, that will parse/print unix timestamp with ms

When parsing all of X, X.S, X.SS and X.SSS will parse timestamp plus
optional millisecond (1-3 digits), but when formatting will display as
expected.
moment.js
test/moment/create.js
test/moment/format.js