Skip to content

Commit

Permalink
feat: parseFormat(1397418578)
Browse files Browse the repository at this point in the history
  • Loading branch information
idanb11 authored and gr2m committed Apr 2, 2017
1 parent b3bb000 commit f747874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parseformat.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ var defaultOrder = {
}

function parseFormat (dateString, options) {
var format = dateString
var format = dateString.toString()

// default options
options = options || {}
Expand Down

0 comments on commit f747874

Please sign in to comment.