You are not logged in.
Login
or
Register
.
JsPHP: a JavaScript library providing the PHP API
Home
Register
Demo
Categories
Functions
Contributors
Download
Links
Comments
FAQ
Contact
View
Edit
Test
Benchmark
Revisions
Developers
Dependencies
Talk
Links
idate:
Edit: idate
Function:
idate
View idate
Edit idate
Edit code
Edit tests
Edit benchmark
View latest code
Edit latest code
View latest tests
Edit latest tests
Test latest version
Benchmark idate
Comment on idate
Comment on the latest code
Comment on the latest tests
View revisions
View versions
View tests
Diff tests
View contributors
View dependencies
View comments
View links
Download production code
Download development code
Download latest tests
View the PHP docs
View phpjs.org
View phpjs.org raw code
Description:
Format a local time/date as integer.
Edit tests
Code
:
function idate_tests() { // API reference: http://docs.jquery.com/QUnit module( "idate" ); test( "idate", function() { equal( 12, idate( 'y' ) ); } ); }
You have to be logged in to edit tests.
[
top
]
Comments
There are no comments yet, be the first!
Please
Login
or
Register
to post comments.