dolibarr
x.y.z
|
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 160 of file datepicker.php.
xyzToUnixTimestamp | ( | $mysqldate | ) |
Convert date to timestamp.
string | $mysqldate | Date YYYMMDD |
Definition at line 143 of file datepicker.php.