DateTime or Date Picker... What should I use?

I don’t understand the differences between choose a plugin or another…

There are for different purposes?

Thanks in advance

A plugin for date-time? What do you want to achieve?

choose between two dates and filter in backend

For dates you can simply use ion-datetime. It provides a lot of functions with it.
Check this out: https://ionicframework.com/docs/components/#datetime

How is the value returned? strtotime?

There are examples of usage?

Again it depends how you want to use it. You can have time as ISO string or simple as standard date format. Check out the link I provided. It’ll guide you even better :slightly_smiling_face: