florent37 / SingleDateAndTimePicker

You can now select a date and a time with only one widget !
Apache License 2.0
1.02k stars 333 forks source link

how do I get date and time in Epoch?? #331

Open danklad opened 2 years ago

danklad commented 2 years ago

I'm only being able to get date and time in a string format eg: Tue Dec 28 16:55:00 GMT+05:30 2021 in onDateSelected method. Can anyone tell me how to get date and time in epoch with this library! Thanks in advance!

ramseth001 commented 2 years ago

long dateInEpoch = date.getTime()