Skip to content

Roy Tutorials

Technical… Theoretical… Practical…

  • Home
  • FAQs
  • About Me
  • Home
  • Joda Date Time

Tag: Joda Date Time

Introduction This tutorial shows how you can convert joda date time to SQL timestamp or vice versa. Java’s standard date and time classes (mainly java.util.Date and java.util.Calendar) have limited functionality and have a number of design problems. The fact that many of constructors and methods of java.util.Date are deprecated. Joda Time has a better thought…

Leave a Comment on Conversion of Joda Date Time to SQL Timestamp and Vice Versa
Posted in Java

Conversion of Joda Date Time to SQL Timestamp and Vice Versa

This tutorial shows how we can use joda date time API. Java’s standard date and time classes (mainly java.util.Date and java.util.Calendar) have limited functionality and have a number of design problems. The fact that many of constructors and methods of java.util.Date are deprecated. Joda Time has a better thought out API than what is available…

Leave a Comment on Usage of Joda Date Time API
Posted in Java

Usage of Joda Date Time API

Categories

Copyright © 2014 - 2023 Roy Tutorials

Privacy | Terms & Conditions