box for work with calendar
Posted: Thu Jan 01, 2009 5:25 pm
Hi this is my first post, sorry i m french and not best in english, but i was do some box for for with calendar, and sorry all comment are in french too:
1. edit box for full in with a calendar you can download here http://www.mathieuweb.fr/selecteur_date.zip
2. fonction in php to convert date in english format to french format and vice versa , you can download here : http://www.mathieuweb.fr/date_fr_eng.zip just use and call function
* date french to english : <?php $new_format = date_fr_eng ($date_to_convert) ; ?>
* date english to french : <?php $new_format = date_eng_fr ($date_to_convert) ; ?>
3. multifonction calendar:
* possible chose number of month to dispaly and all color can be set
* choose if user can select other month or year
* change color of day with some even store in a data base, and possible to filter with id_locataire and id_logement to dispaly the color of day
* for each number day in the calendar a link can be parameter to a other page with the date
** needed is php5, data base is not require if you don't want use it
for install : minimum parameter are :
* adresse_page_actuelle : full name of the page where is the script
* in start of page , better is write this too for keep the month and year selected <?php session_start(); ?>
you can download here :
http://www.mathieuweb.fr/calendrier.zip
Envoy and happy new year
1. edit box for full in with a calendar you can download here http://www.mathieuweb.fr/selecteur_date.zip
2. fonction in php to convert date in english format to french format and vice versa , you can download here : http://www.mathieuweb.fr/date_fr_eng.zip just use and call function
* date french to english : <?php $new_format = date_fr_eng ($date_to_convert) ; ?>
* date english to french : <?php $new_format = date_eng_fr ($date_to_convert) ; ?>
3. multifonction calendar:
* possible chose number of month to dispaly and all color can be set
* choose if user can select other month or year
* change color of day with some even store in a data base, and possible to filter with id_locataire and id_logement to dispaly the color of day
* for each number day in the calendar a link can be parameter to a other page with the date
** needed is php5, data base is not require if you don't want use it
for install : minimum parameter are :
* adresse_page_actuelle : full name of the page where is the script
* in start of page , better is write this too for keep the month and year selected <?php session_start(); ?>
you can download here :
http://www.mathieuweb.fr/calendrier.zip
Envoy and happy new year