Hello,
IN my below code i ma applying the manual calendar . this calendar must be shown in the date feromat is dd-mm-yyy but i have to shown this date in the date and month only ex:- 24.nov lie this and also if i add the date maually like 24.nov then automatically it will updated in the database .tell me the code wht i do to change the code also i am apply to change the sql query like date_fomat(’%d,%m,end_date) as end_date so it give me error in my sql .
so please give me the solution of this problem as soon as possible.
below is the my code . on this page i ahve to apply the query like date format
connnctor.php
<?php $res=mysql_connect(“localhost”,“root”,"");
mysql_select_db(“sampledb”);
require_once("…/dhtmlxConnector_php/codebase/grid_connector.php");
$grid = new GridConnector($res);
$grid->dynamic_loading(100);
$grid->render_table(“products”,“nm”,“code,num_val,shotid,shotstatus,taskid,taskref,tasknote,userid,taskstatus,start_date,end_date,alloted_mandays,task_priority,next_sub,actual_manday”);
?>
below is my sample.html file
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
“http://www.w3.org/TR/html4/loose.dtd”>
please reoplky me as soon as possible.