B4A DateDialog

metrick

Active Member
Licensed User
Longtime User
I am new user.
How do I declare and use B4A DateDialog (Dialogs)?
I have copy the latest Dialogs.jar and Dialogs.xml to Libraries folder.
Thanks in advance.
 

metrick

Active Member
Licensed User
Longtime User
Thanks, Klaus.
How can I add Dialogs to Designer's Add View list?
I want to create a date dialog input for user to select date and use the date for calculation.
 
Upvote 0

specci48

Well-Known Member
Licensed User
Longtime User
Hello metrick,

the dialogs from the dialog library cannot be added with the designer.
Just take a look at the sample program agraham delivered with his library (DialogsDemo).

I also added a very small project that asks for a date and shows it on a label.


specci48
 

Attachments

  • Test-DateDialog.zip
    6.2 KB · Views: 884
Upvote 0

metrick

Active Member
Licensed User
Longtime User
Thanks Specci48.
How can I calculate number of days between two dates using date picker like DATEDIFF function in VB or just using date pickers?
 
Upvote 0

metrick

Active Member
Licensed User
Longtime User
Thank you, Erel:
I wish that B4A HelpViewer come with working examples.
After many hours of playing with DateTime object I got it.
 
Upvote 0
Top