-1

I need a conversion from Calendar (from class import java.util.Calendar) to standard ISO 8601 data time, that is:

     YYYY-MM-DDThh:mm:ss
GVillani82
  • 17,196
  • 30
  • 105
  • 172

1 Answers1

3

Use SimpleDateFormat with your required format string.

Rajesh
  • 15,724
  • 7
  • 46
  • 95