Using calendar without date picker (1 Viewer)

ssecca

New member
Local time
Today, 15:42
Joined
Apr 20, 2022
Messages
2
Is there any way to disable (or not to display) date picker on a date textbox, but to be able to pop the calendar by just clicking in the date textbox?
 

theDBguy

I’m here to help
Staff member
Local time
Today, 12:42
Joined
Oct 29, 2018
Messages
21,497
Hi. Welcome to AWF!

Hmm, I haven't tried that, but I know you can make the calendar picker popup on demand, just not sure if we can remove the icon as well. Let me give it a try...
 

isladogs

MVP / VIP
Local time
Today, 20:42
Joined
Jan 14, 2017
Messages
18,247
Consider using one of the many alternative calendar/date pickers which give you greater flexibility. For example:
 

MajP

You've got your good things, and you've got mine.
Local time
Today, 15:42
Joined
May 21, 2018
Messages
8,555
You can turn it off then use a better custom date picker as already mentioned. Here are some more
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Tomorrow, 03:42
Joined
May 7, 2009
Messages
19,246
you can disable showing the Date picker.
and you can add code on the Focus event of the textbox to show it:
dte.jpg

show_dte.jpg
 

Users who are viewing this thread

Top Bottom