Server IP : 103.118.17.23 / Your IP : 216.73.216.188 Web Server : Microsoft-IIS/10.0 System : Windows NT RESELLERPLESK22 10.0 build 20348 (Windows Server 2016) AMD64 User : IWAM_plesk(default) ( 0) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : E:/Inetpub/vhosts/mesa.org.in/httpdocs/assets/plugins/QAnyTimeBox/example/ |
Upload File : |
<?php require('../../../../includes/configuration/prepend.inc.php'); class ExampleForm extends QForm { protected $at1; protected $at2; protected function Form_Create() { $this->at1 = new QAnyTimeBox($this); $this->at2 = new QAnyTimeBox($this); $this->at2->Earliest = new QDateTime('2009-01-01'); $this->at2->Latest = new QDateTime('2012-01-01'); $this->at2->DateTimeFormat = 'MM/DD/YYYY hh:mm:ss zz'; } } ExampleForm::Run('ExampleForm'); ?>