nows the time
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1555
LI-Date n Time
LI-Date n Time uses a wizard to let you setup a date/time layout and generates a php include code which you can place anywhere on any page where you want that date/time to show up. There is no maximum more>> LI-Date n Time uses a wizard to let you setup a date/time layout and generates a php include code which you can place anywhere on any page where you want that date/time to show up. There is no maximum on the number of dates/times you can display. Any format of date and time is possible in any order. You simply click on all the elements you want to include in the date/time and the script generates some code for your website. You also get a setup file in which you can enter the names of days and months in any language, in case you want to use month and day names in your clock but dont want to use the default english names. (e.g. sunday, August etc.)<<less
Added: 2006-08-27 License: Freeware Price: Free
1157 downloads
Billing Time
Innovative, web-based software for managing timesheets. Billing Time is centralized, integrated, and easy to use. It offers CALENDAR interfaces for monthly, weekly, and daily time sheet views. Extra s more>> Innovative, web-based software for managing timesheets. Billing Time is centralized, integrated, and easy to use. It offers CALENDAR interfaces for monthly, weekly, and daily time sheet views. Extra security allows supervisors to approve or reject time sheet entries. Use the FREE project manager and contact manager to link time sheet entries directly to PROJECT TASKS! Send E-mails to any contact or group of contacts easily. It even includes weekly reports and exports for analysis or interfaces. Instantly integrates with our other web-based products featuring: advanced project management with GANTT charts, SHOPPING CART, calendar and time management, quote management, order management, and help desk software (CRM) ... a big advantage over stand-alone software packages. Fully configurable and customizable ASP source code. This software covers UNLIMITED USERS.<<less
Added: 2003-10-08 License: Commercial License Price: $65.00AdditionalInfoUNLIMITEDUSERS.
2208 downloads
Air Time
Streamline your business processes and job functions with our time management solution, Air Time. It is a web-based contact manager, planner, calendar, scheduling manager, task manager, event manager, more>> Streamline your business processes and job functions with our time management solution, Air Time. It is a web-based contact manager, planner, calendar, scheduling manager, task manager, event manager, and project manager. Daily, Weekly, and Monthly task planning interfaces. SEND E-MAILS to contacts or groups easily. Schedules can be created for projects, departments, teams, or individuals. Grouped security allows for coordinated conference room scheduling and precise service management by distributing schedules to the appropriate personnel. Each person even has a private online planner/task manager. In addition, Air Time integrates with our other web-based products featuring: SHOPPING CART, project management (project manager with GANTT charts, time sheets (time sheet management), order management, and help desk software (CRM) ... a big advantage over stand-alone software packages. Fully configurable and customizable ASP source code. UNLIMITED USERS and FREE UPGRADES for 1 year.<<less
Added: 2002-12-05 License: Commercial License Price: $65.00AdditionalInfoUNLIMITEDUSERS.
2524 downloads
Long Date And Time Format 1.0
The Following code will print out the date so that its in a long date format including the appropriate suffix - i.e st, nd, rd. Heres the code in action: Thursday 12th May 2005 more>> The Following code will print out the date so that its in a long date format including the appropriate suffix - i.e st, nd, rd. Heres the code in action: Thursday 12th May 2005<<less
Added: 2005-05-12 License: Freeware Price: $0.00USD
12 downloads
Other version of Long Date And Time Format
License:Freeware
Max's Simple Time 1.0
With Maxs Simple Time you can easily display the actual time in real time on your web page. The installation is very simple and you can put the clock where you want. A detailed installation instruction and an example code can be found in the more>> With Maxs Simple Time you can easily display the actual time in real time on your web page. The installation is very simple and you can put the clock where you want. A detailed installation instruction and an example code can be found in the installation pack.<<less
Added: 2008-01-27 License: Freeware Price: $0.00USD
11 downloads
ADOdb Date and Time Library
PHP native date functions use integer timestamps for computations. Because of this, dates are restricted to the years 1901-2038 on Unix and 1970-2038 on Windows due to integer overflow for dates beyon more>> PHP native date functions use integer timestamps for computations. Because of this, dates are restricted to the years 1901-2038 on Unix and 1970-2038 on Windows due to integer overflow for dates beyond those years. This library was developed to overcome these limitation by replacing the native functions signed integers with PHP floating point numbers when necessary. This library supports dates from 100 A.D. to billions of years in the future. For high speed, this library uses the native date functions where possible, and only switches to PHP code when the dates fall outside the 32-bit signed integer range.<<less
Added: 2003-01-27 License: BSD Style Price: Free
2474 downloads
Page Load Time 1.0
This script gives you all the required code to insert your page load time at the bottom of your pages. more>> This script gives you all the required code to insert your page load time at the bottom of your pages.<<less
Added: 2005-06-10 License: GPL Price: $0.00USD
10 downloads
Other version of Page Load Time
License:GPL
Display Date and Time ih PHP
In this code sample we will take a look at how to display date or time in our HTML pages. In PHP date() function can be used for to display in different ways. Lets see our sample. more>> In this code sample we will take a look at how to display date or time in our HTML pages. In PHP date() function can be used for to display in different ways. Lets see our sample.<<less
Added: 2006-08-31 License: Freeware Price: Free
1175 downloads
Measuring PHPs execution time
Here I?ll show you how to we can show users how long it takes for php to execute that particular page. Then display it on the page.It?s a very simple script and is accurate to 0.000000000000001 second more>> Here I?ll show you how to we can show users how long it takes for php to execute that particular page. Then display it on the page.It?s a very simple script and is accurate to 0.000000000000001 seconds.<<less
Added: 2006-01-04 License: Freeware Price: Free
1396 downloads
Functional PHP: this time it works
At first sight, PHP lacks functional programming support. Actually, there is create_function() and the array_map() family, but these are mostly useless. So I looked at another language for inspiration more>> At first sight, PHP lacks functional programming support. Actually, there is create_function() and the array_map() family, but these are mostly useless. So I looked at another language for inspiration...<<less
Added: 2006-12-01 License: Other Free / Open Source License Price: Free
1062 downloads
Formating Date and Time 1
In this source code, you may see how can you display date in diffrent formats. This simple ASP code displays current time in short, long and regional settings. more>> In this source code, you may see how can you display date in diffrent formats. This simple ASP code displays current time in short, long and regional settings.<<less
Added: 2004-02-10 License: Freeware Price: $0.00USD
12 downloads
Working With Time Zones in PHP
This tutorial explains how to handle converting times to different time zones using the DateTime and DateTimeZone classes provided by PHP 5.2.0+. It will show how to collect the time zone in the Area/Location format and how to use it for converting to more>> This tutorial explains how to handle converting times to different time zones using the DateTime and DateTimeZone classes provided by PHP 5.2.0+. It will show how to collect the time zone in the Area/Location format and how to use it for converting to and from that zone. This is useful for online applications that will be used by users in many locations.<<less
Added: 2009-04-22 License: PHP Price: $0.00USD
12 downloads
Chat-N-Time 2.9.8
Chat-N-Time is a simple Perl real-time chat CGI script for the Web. It lets you hold real-time conversations on a web page, complete with "/me" for emote actions, "/msg" for semi-private messaging, and "/yell" for when youre just feeling rowdy. You can more>> Chat-N-Time is a simple Perl real-time chat CGI script for the Web. It lets you hold real-time conversations on a web page, complete with "/me" for emote actions, "/msg" for semi-private messaging, and "/yell" for when youre just feeling rowdy. You can log all chats to a transcript file, play a sound when someone enters, see whos online, etc.<<less
Added: 1999-06-28 License: Other Price: $0.00USD
13 downloads
Other version of Chat-N-Time
Price: FreeAdditionalInfoLinkbackrequired
License:Other Free / Open Source License
License:Other Free / Open Source License
Display Date and Time ih PHP NA
In this code sample we will take a look at how to display date or time in our HTML pages. In PHP date() function can be used for to display in different ways. Lets see our sample. more>> In this code sample we will take a look at how to display date or time in our HTML pages. In PHP date() function can be used for to display in different ways. Lets see our sample.<<less
Added: 2006-08-31 License: Freeware Price: $0.00USD
13 downloads
Local Time script
Want to display the current local time of a specific place in the world? This DHTML script uses your servers time to calculate and display the local time of anywhere on Earth. more>> Want to display the current local time of a specific place in the world? This DHTML script uses your servers time to calculate and display the local time of anywhere on Earth.<<less
Added: 2006-02-11 License: Freeware Price: $0.00USD
16 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above nows the time search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed