dolibarr  16.0.5
Functions
datepicker.php File Reference

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...
 

Detailed Description

File to manage popup date selector.

Definition in file datepicker.php.

Function Documentation

◆ displayBox()

displayBox (   $selectedDate,
  $month,
  $year 
)

Show box.

Parameters
string$selectedDateDate YYYMMDD
int$monthMonth
int$yearYear
Returns
void

Definition at line 160 of file datepicker.php.

◆ xyzToUnixTimestamp()

xyzToUnixTimestamp (   $mysqldate)

Convert date to timestamp.

Parameters
string$mysqldateDate YYYMMDD
Returns
integer Timestamp

Definition at line 143 of file datepicker.php.