Convert a Date to a Long Julian Date





ranking Sort Sort   |   date Sort Sort   |   member Sort Sort
Syndication

« Previous 1 2 Next »
6
Date Submitted Fri. Aug. 18th, 2006 11:01 AM
Revision 1
Scripter ASmith
Tags Date | python
Comments 0 comments
Computes the difference between two dates in seconds
8
Date Submitted Mon. Aug. 7th, 2006 4:48 PM
Revision 1
Scripter bertheymans
Tags Date | Java | Time
Comments 0 comments
If you only want to compare yyyy-mm-dd you can use the java.sql.Date class, the valueOf method does the trick. It's perfectly safe as the sql Date class is a subclass of the Date class.

Check out the docs here for more detail.

enjoy
2
Date Submitted Tue. Oct. 24th, 2006 7:51 AM
Revision 1
Helper bright
Tags Delphi
Comments 1 comments
This code will get the application title and version information from the project options and display it in the titlebar automatically when the main form is created. The project options are accessed from the Delphi IDE by selecting Project -> Options from the main menu.
1
Date Submitted Tue. Oct. 24th, 2006 8:02 AM
Revision 1
Helper bright
Tags Delphi | message
Comments 2 comments
This snippet shows how to properly implement a message dialog (messagedlg) to confirm some action or event with Delphi.
4
Date Submitted Tue. Oct. 24th, 2006 12:12 PM
Revision 1
Helper bright
Tags Delphi | http | Hyperlink | Internet | Link
Comments 2 comments
This bit of code will open up the http link in a new browser window. The link should be passed to the variable "HTML_File" as a string (as shown below).
4
Date Submitted Thu. Mar. 2nd, 2006 12:03 PM
Revision 1
Syntax Master dannyboy
Tags Date | VBSCRIPT | WMI
Comments 0 comments
convert WMI, date - time values
2
Date Submitted Tue. Mar. 6th, 2007 12:31 PM
Revision 1
Beginner ido
Tags Delphi | Folder
Comments 0 comments
This code return program directory.
13
Date Submitted Mon. Oct. 23rd, 2006 10:19 PM
Revision 1
Helper jdenton
Tags Calendar | Date | days | PHP
Comments 0 comments
daysBeteenDates will calculate the number of days between 2 dates in the form of 'YYYY-MM-DD'.
7
Date Submitted Mon. Apr. 3rd, 2006 10:33 AM
Revision 1
Helper jpinkham
Tags Date | intersect | Interval | Java
Comments 1 comments
A handy class I use all the time to encapsulate the idea of whether two events coincide. For example, given a time period representing a shift, and a list of time periods representing transactions or sessions or whatever, find which ones are either totally or partially within the time period. This class make it a bit easier.
10
Date Submitted Fri. Oct. 14th, 2005 4:59 PM
Revision 1
Helper lilleman
Tags Date | Duration | PHP | Time
Comments 0 comments
How Long Has It Been Since a Certain Date?
« Previous 1 2 Next »