EPSCoR / ERCore

ERcore content management system to assist with NSF EPSCoR reporting
4 stars 7 forks source link

Date format dependencies #35

Open tschet opened 8 years ago

tschet commented 8 years ago

The default ERCore module includes Views which depend on a specific date format. The Views when used with Drupal's default date formats display errors like "The value 2015-09-01 does not match the expected format." If Views are going to depend on specific formats, they should set those values on install. They can either change Drupal's default Long, Medium, and Short values, or preferably add ERCore specific format(s) and set to the value(s) needed.