[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[netCDFJava #TVQ-727289]: CalendarDate methods and ncIdv.jar



1) im not sure what controls the month name output. 

2) added:

> public CalendarDateFormatter(String pattern, CalendarTimeZone tz,
> Calendar cal) {
> Chronology chron = Calendar.getChronology(cal);
> dflocal =
> DateTimeFormat.forPattern(pattern).withChronology(chron).withZone(
> tz.getJodaTimeZone());
> }
> 
> public CalendarDate parse(String timeString) {
> DateTime dt =  dflocal.parseDateTime(timeString);
> Calendar cal = Calendar.get(dt.getChronology().toString());
> return new CalendarDate(cal, dt);
> }


Ticket Details
===================
Ticket ID: TVQ-727289
Department: Support netCDF Java
Priority: Normal
Status: Open


NOTE: All email exchanges with Unidata User Support are recorded in the Unidata inquiry tracking system and then made publicly available through the web. If you do not want to have your interactions made available in this way, you must let us know in each email you send to us.