From 56f8796eaf13f487f3e1eb78bc364dbf14f70687 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Tue, 12 Dec 2017 08:10:56 -0700 Subject: [PATCH] ENH: Clarify and unify date reprs (#64) --- app/templates/components/collection/list-container.hbs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/templates/components/collection/list-container.hbs b/app/templates/components/collection/list-container.hbs index 8377e1e..5675eaf 100644 --- a/app/templates/components/collection/list-container.hbs +++ b/app/templates/components/collection/list-container.hbs @@ -102,7 +102,8 @@ onSelection=(action (mut filters.collection_start_date)) value=filters.collection_start_date useUTC=true - format='YYYY-MM-DD' + placeholder='MM/DD/YYYY' + format='MM/DD/YYYY' class='form-control' }} @@ -113,7 +114,8 @@ onSelection=(action (mut filters.collection_end_date)) value=filters.collection_end_date useUTC=true - format='YYYY-MM-DD' + placeholder='MM/DD/YYYY' + format='MM/DD/YYYY' class='form-control' }}