Re: [Joda-interest] MutableDateTime behaving awkwardly.

2008-10-20 Thread Sachin Shenoy
Thanks! Joda time formatter worked. Sachin On Mon, Oct 20, 2008 at 5:26 PM, Stephen Colebourne <[EMAIL PROTECTED]>wrote: > SimpleDateFormat does not respect the timezone you used. Try using the > Joda-Time formatting mechanisms instead. > > Stephen > > 2008/10/20 Sachin Shenoy <[EMAIL PROTECTED]

Re: [Joda-interest] MutableDateTime behaving awkwardly.

2008-10-20 Thread Stephen Colebourne
SimpleDateFormat does not respect the timezone you used. Try using the Joda-Time formatting mechanisms instead. Stephen 2008/10/20 Sachin Shenoy <[EMAIL PROTECTED]>: > Hi, > > Check the following code, > > void printBirthday(int year, int month, int day, int offset) { > MutableDateTime birt