|
dolibarr
13.0.2
|
File to manage popup date selector. More...
Go to the source code of this file.
Functions | |
| xyzToUnixTimestamp ($mysqldate) | |
| Convert date to timestamp. More... | |
| displayBox ($selectedDate, $month, $year) | |
| Show box. More... | |
File to manage popup date selector.
Definition in file datepicker.php.
| displayBox | ( | $selectedDate, | |
| $month, | |||
| $year | |||
| ) |
Show box.
| string | $selectedDate | Date YYYMMDD |
| int | $month | Month |
| int | $year | Year |
Definition at line 140 of file datepicker.php.
References dol_get_first_day_week(), dol_getdate(), dol_mktime(), dol_now(), dol_print_date(), type, and xyzToUnixTimestamp().
| xyzToUnixTimestamp | ( | $mysqldate | ) |
Convert date to timestamp.
| string | $mysqldate | Date YYYMMDD |
Definition at line 123 of file datepicker.php.
References dol_mktime().
Referenced by displayBox().