MDL-35171 formslib Updating date config array to fix problems with month jumping.
commit1ca2bdc0c8680955e05c50080314f53b204d9cd4
authorEric Merrill <merrill@oakland.edu>
Sat, 1 Sep 2012 14:11:24 +0000 (1 10:11 -0400)
committerEric Merrill <merrill@oakland.edu>
Sat, 1 Sep 2012 14:17:33 +0000 (1 10:17 -0400)
treed4043deb4c9bea2be473c87b9f6ae22f307988cc
parent8f3c8e78a9eb3373d06d809f8defa7abe32961f0
MDL-35171 formslib Updating date config array to fix problems with month jumping.

Based on https://bugs.php.net/bug.php?id=49115, if you request a month, but do not
specify a date, it will use your current date, which may be beyon a date in the month
requested, causing the return of the next month. This patch specifies the date (1st).
lib/formslib.php