My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 121
Looking at rails and the datejs library, I can't help but feel bummed that Python doesn't have an expressive and easy to use date library like that. So I started one. Here are some examples. First import it: {{{ >>> from goodday import * }}} You can get today's date, {{{ >>> today() Date(01/2...
We all know what the 2038 problem is: Unix time will reach 32-bit overflow, rendering current systems useless, unless the entire world switches over to 64 bit machines, which will only buy us more time, not alleviate the problem. Enter SDate. SDate creates and understands dates and times repre...
FlexDateUtils expands the Flex date library to be more on par with the date libraries found in many other programming language. Most of the methods were adopted from the [http://www.adobe.com/products/coldfusion ColdFusion] [http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=function...
it converts more than 30 different date/time-like strings into standard internet time specified in RFC 3339 and ISO 8601.
a simple date picker
A Calendar Object for a given month and year. The calendar Class takes a month, and year as parameters, and creates an array of weeks and days for that month. This allows you to generate your own calendars in HTML or other markup. There is also other useful properties and methods such as...
= ASGard version 1 = ==Description== You can use the same framework in ActionScript 1,2,3 and SSAS to deploy your RIAs. In AS3, AS2 or SSAS the ASGard library change with the specified tools of the langages. ==About== * Version : 1 * Author : ALCARAZ Marc (aka eKameleon) * Link ...
*An implementation of the PHP date() Function in ActionScript3* ==Short Instruction:== ===Use instance of PhpDate Class=== {{{ var phpDate:PhpDate = new PhpDate(); //or var phpDate:PhpDate = new PhpDate( 1211528051 ); //or var phpDate:PhpDate = new PhpDate( new Date() ); trace( phpDate.form...
The application displays date (day, month and year) and you answer which day of week it is. How to do that? [http://code.google.com/p/dayofweektrainer/wiki/Calendar Click here] [http://dow.googlecode.com/files/DOW_v0.1.zip Download now!]
This project consists of two libraries that dynamically build a formatting function for number and date formatting. The date formatting is very similar to PHP's functionality; it also permits parsing dates. The number formatting is similar to MS Excel formatting. The technique of building a funct...
1 2 3 4 5 6 7 8 9 10 Next