Hi,
Im looking for php calendar script in lithuanian language... Maybe there is english calendar and I can translate months and days??
Thanks..
Hi,
Im looking for php calendar script in lithuanian language... Maybe there is english calendar and I can translate months and days??
Thanks..
You could do a quick google search and find a script, but yes you will most likely need to translate.
http://www.php-calendar.com/
http://www.bigwebmaster.com/PHP/Scri...ams/Calendars/
http://keithdevens.com/software/php_calendar
http://www.evolt.org/quick_calendar_using_ajax_and_php
Next time, google search![]()
-Ben -- THE DYNAMIC DRIVERS
My Links: My DD Profile||My Youtube Video Tutorials||DD Helping Coders||DD Coders In Training
I told my client to press F5, the client pressed F, then 5, *facepalm*
I just want to see:
2010m. Vasario 17d.
Not calendar itself
Also, I have read something about explode() function.
But I still didn't know how to explode date.
My date format is $date = date("Y-m-d"); how I can get years, months and days in numbers??
Last edited by auriaks; 02-16-2010 at 03:39 AM.
What do you mean 'in numbers'Code:<?php $arr = array ( "1" => "Sausis", "2" => "Vasaris", "3" => "Kovas" ); echo date("Y\m ").$arr[date('n')].date(" j\d");
Jeremy | jfein.net
auriaks (02-16-2010)
I tried to explode time earlier... it was in number only. found some difficulties![]()
Oh, maybe you know how to show hours, minutes and seconds? But one problem, time should count up naturally. Maybe its javaScript??
Bookmarks