box for work with calendar
-
-
- Posts: 29
- Joined: Sun Oct 19, 2008 11:49 am
box for work with calendar
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
-
-
- Posts: 29
- Joined: Sun Oct 19, 2008 11:49 am
Demo for the extension calendrier on this page http://www.mathieuweb.fr/calendrier/calendrier.php
-
-
- Posts: 29
- Joined: Sun Oct 19, 2008 11:49 am
-
-
- Posts: 29
- Joined: Sun Oct 19, 2008 11:49 am
- me.prosenjeet
-
- Posts: 1268
- Joined: Mon Dec 24, 2007 1:50 pm
- Location: Lucknow
- Contact:
Re: box for work with calendar
How about releasing this in English pleasemathieu_bond wrote: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
Check the new Chat GPT and Malware detect extensions at the link below
Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
- me.prosenjeet
-
- Posts: 1268
- Joined: Mon Dec 24, 2007 1:50 pm
- Location: Lucknow
- Contact:
Is yours ready(in english)? Why I ask, I have one calandr extension almost ready with events/appointments feedin and admin login etc, but I have an issue that it requires an SQL data base and many users here are not well versed with data bases. So I guess, I will keep it as an personal extension.mathieu_bond wrote:ok is now in english too
Check the new Chat GPT and Malware detect extensions at the link below
Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
-
-
- Posts: 29
- Joined: Sun Oct 19, 2008 11:49 am
- me.prosenjeet
-
- Posts: 1268
- Joined: Mon Dec 24, 2007 1:50 pm
- Location: Lucknow
- Contact:
I was asking if the english version is ready. Ok, then to include events your script requires a database-is it flat database or tabulated (SQL)?an you explain me what mean " Is yours ready(in english)?" ?
Thanks
Check the new Chat GPT and Malware detect extensions at the link below
Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com
Check my WB Extensions
Check my WB Templates
---------------------------------------------------------
www.Lucknowwebs.com