1
0
Fork 0

Fix #169: Use international date format.

This commit is contained in:
Nicolas Perriault 2017-05-14 14:39:17 +02:00
parent eb976bbf3a
commit e9e9809f65
No known key found for this signature in database
GPG Key ID: DA5E4C83904F7A2A
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ statusActionsView status currentUser =
|> Result.withDefault (Date.fromTime 0)
formatDate =
text <| DateFormat.format DateEn.config "%m/%d/%Y %H:%M" statusDate
text <| DateFormat.format DateEn.config "%d/%m/%Y %H:%M" statusDate
in
div [ class "btn-group actions" ]
[ a