Skip to content

Commit

Permalink
Issue 520: Use Date.format for date placeholders in cost form.
Browse files Browse the repository at this point in the history
  • Loading branch information
veggiematts committed Jan 11, 2019
1 parent 7e00821 commit 306a66a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions resources/js/forms/costForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
*/

$(function(){


$('.date-pick').datePicker({startDate:'01/01/1996'});
$('.date-pick').attr('placeholder', Date.format);

//bind all of the inputs

Expand Down

0 comments on commit 306a66a

Please sign in to comment.