Date Picker

I have looked around and doesn’t seem as this has been discussed for some time. I am in need of a date picker. Does anyone have an idea where I could get a good one without it costing me a million bucks? I looked around the forum but it’s late and I may have missed something.

Thanks,
Milfredo

Mac or Windows?

Einhugur, Jeremy Leroy and Bob Keeney made date pickers/calendar controls. you have the choice… cross-platform. I am also using Jeremies Calendar Control in web apps

CalendarTimeChooser - freee

Look this :

https://github.com/mikecotrone/CalendarTimeChooser.git

or
this one : https://www.dropbox.com/s/gjbse315auieppn/Calendrier_PickUp-TestProject-v2.01.zip?dl=0

:slight_smile:

[quote=190118:@milford walton]I have looked around and doesn’t seem as this has been discussed for some time. I am in need of a date picker. Does anyone have an idea where I could get a good one without it costing me a million bucks? I looked around the forum but it’s late and I may have missed something.
[/quote]

What about https://forum.xojo.com/11102-xojo-calendar-time-picker-open-source-release-update-v-2-0-4/120

Mike’s calendar / time chooser is quite popular: Click Here
Hope that helps.

Thank you guys. Just got back to my computer. For Windows. I will look thru the suggestions tomorrow when I have some time.

Thanks so much.

What a great community.

I just tried Mike’s date picker and I ran it and got an error:

syntax error
END Function

Don’t know what the problem is so could use some help.

Thanks,
Milfredo

[quote=194744:@milford walton]I just tried Mike’s date picker and I ran it and got an error:

syntax error
END Function

Don’t know what the problem is so could use some help.

Thanks,
Milfredo[/quote]
Not sure how you copied the code but what you’re showing looks like a VCP file pasted into the code of something

Milton did you clone the project via your git client? If not I would recommend downloading the zip file from the github repository.

Ok Mike, thanks.

Ok I downloaded the zip file, but have no idea what to do with the contents of the file.

The Mike Cotrone zip file?
Double click the zip file to unpack it.
Then double click the Calendar_time_Chooser.xojo_project file which is inside the generated folder.
Play with the demo window.

When you understand what properties the buttons of the demo window affect, take just the bits you need from that project and put them in one of your own projects.

Thanks Jeff.

https://github.com/ejamroz/DatePicker

Thanks you @erin jamroz , works great, also on win10.