Skip to content

Commit

Permalink
Merge pull request #2051 from CityOfPhiladelphia/date-for-last-update…
Browse files Browse the repository at this point in the history
…d-required-field

required key added to date for lat updated
  • Loading branch information
IshKeyes committed Dec 13, 2023
2 parents e702e93 + 8bcecfb commit af2de1b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ function register_meta_boxes_posts($meta_boxes){
'name' => 'Date for last updated',
'id' => 'last_updated_date',
'type' => 'date',
'required' => true,
'js_options'=> array(
'dateFormat' => 'mm/dd/yy',
'maxDate' => 0
Expand Down

0 comments on commit af2de1b

Please sign in to comment.