Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: SharePoint Foundation 2010
In this article
Return Value
Remarks
Applies To
Converts the specified Julian day to a Gregorian date.
var value = SP.Utilities.DateUtility.julianDayToDate(jDay);
Parameters
jDay
Type: int
The Julian day to be converted.
Return Value
Type: SP.DateTimeUtil.SimpleDate
The converted Gregorian date.
Remarks
The value of jDay should be valid in the Julian date calendar.
Applies To
SP.Utilities.DateUtility Class