fixed date formatting so you can use any year for events -- thanks Brian Engert!
This commit is contained in:
parent
fbcae57f3e
commit
092e0c65b9
3 changed files with 28 additions and 15 deletions
|
@ -78,8 +78,9 @@ function getGlobalOptions() {
|
|||
//"currency_symbol" => "€", // Euro
|
||||
//"currency_symbol" => "€", // Euro alternative
|
||||
|
||||
/* The date format used in PHP's strftime function. */
|
||||
"date_format" => "%m/%d/%Y",
|
||||
/* The date format used in DateTime::format()
|
||||
http://php.net/manual/en/function.date.php */
|
||||
"date_format" => "m/d/Y",
|
||||
|
||||
/* If this is set to something other than "" then phpgiftreg will expect that
|
||||
string to prefix all tables in this installation. Useful for running
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue