Top "Julian-date" questions

Julian day is the continuous count of days since the beginning of the Julian Period used primarily by astronomers.

Extract day of year and Julian day from a string date

I have a string "2012.11.07" in python. I need to convert it to date object and then get an integer value …

python date datetime julian-date
Convert DateTime to Julian Date in C# (ToOADate Safe?)

I need to convert from a standard Gregorian date to a Julian day number. I've seen nothing documented in C# …

c# .net datetime date julian-date
Julian day of the year in Java

I have seen the "solution" at http://www.rgagnon.com/javadetails/java-0506.html, but it doesn't work correctly. E.g. …

java julian-date
Convert a date vector into Julian day in R

I have a column of dates in the format: 16Jun10 and I would like to extract the Julian day. I …

r date julian-date
Convert a Regular Date to Julian Date and vice versa in Java

I've written a simple code that converts a regular date to Julian date. Here's the code for those who need …

java date converter julian-date
Python Question: Year and Day of Year to date?

I have a year value and a day of year and would like to convert to a date (day/month/…

python date julian-date
Converting JDE Julian date to Gregorian

I'm trying to convert JDE dates, and have amassed a large quantity of information and figured I'd try to do …

sql sql-server-2005 tsql date julian-date
Convert Julian Date to YYYY-MM-DD

I have searched far and wide, but I can't seem find a way to convert julian to yyyy-mm-dd. Here is …

sql sql-server julian-date
How to convert these julian dates to oracle date format?

Below is a sample set of data that is supposed to be dates. I am not sure what kind of …

oracle julian-date
Julian Date Conversion

Sample Julian Dates: 2009218 2009225 2009243 How do I convert them into a regular date? I tried converting them using online converter and …

java julian-date