Link to home
Start Free TrialLog in
Avatar of jvoconnell
jvoconnell

asked on

Converting a date to a julian date

Does anyone know how to covert either a sytemdate to a julian date? Or even a string(MMDDYY,MMDDYYYY) to a julian date.  Any help would be greatly appreciated. I am under a time constraint.

Thanks in advance.
ASKER CERTIFIED SOLUTION
Avatar of Anthony Perkins
Anthony Perkins
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of BillAn1
BillAn1

Hi fyness,

I do that all the time using coldfusion. CFCHART is the tag.

Regards,
---Pinal
Avatar of jvoconnell

ASKER

Thanks for the quick response.