Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Issue #159: fix date filter #225

Closed
wants to merge 1 commit into from

Conversation

vojtajina
Copy link
Contributor

date.filter was not able to parse format ending with non-replaced strings, like 'dd/mm/non-replaced'

So now:
{{1280526317792 | date: 'MM/dd/YY'}}
-->> 07/30/YY

{{1280526317792 | date: 'MM/dd/yy'}}
  -->> 07/30/10

@IgorMinar
Copy link
Contributor

committed as aab3df7

This pull request was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants