MySQL VB.NET Tutorial 19 : How to use DateTimePicker and save date in Database

preview_player
Показать описание
Visual VB.NET .NET Controls The Date Time Picker - Date Picker
VB.NET - How do I set my datetimepicker date? visual basic
visual VB.NET- DateTimePicker date to string VB.NET
How to compare the time of a DateTimePicker control and the visual basic
How do I get value from Date time picker and Month calendar VB.NET
How to pass values to a dateTimePicker control‎ VB.NET
How to change DateTimePicker control to 24h time format ?
Getting started with the DateTimePicker
Visual Studio 2012 RC - Age calculation from visual basic
Converting date time picker value into t_time type visual basic
date time picker‎ - visual basic
DateTimePicker - Visual VB.NET
assign SYSTEMTIME to DateTimePicker Control‎ VB.NET
Рекомендации по теме
Комментарии
Автор

Great job, although I found some mistakes in your code for the query's but it's easy to solve. Thanks a lot and please keep going.

abdullateifa
Автор

Dear Sir

i thank you so much you are a life saver.

GhassanYousif
Автор

you're a life saver man!.. keep it up!...

NotFound-wcym
Автор

Hello,
I would like to thank you for this tutorial, it has been very useful for me in the realization of my applications.
I would ask one thing: after adding a "DateTimePicker" within my form I chose to set the date format in this way "dd/mm/yyyy hh:mm:ss" so that the user using the program sees this format when entering the date information. The problem occurs when I go to enter the date in my MYSQL database because the only accepted date format is "yyyy-MM-dd HH:mm:ss". Can you show me correct syntax to include in my query so that the date format of "DateTimePicker" is converted to the correct one?
Thanks in advance

Gandula
Автор

If you encountered and null exception cannot convert MySqlDate/Time value to System.Date.Time just change your database birthdate/DOB column datatype to TEXT instead of DATE/DATETIME.

kitezopo
Автор

Thank you so much for this video
I am jassmine from marrocco, i am very hapy to watch your videos and complete your convesation

yassmine
Автор

Thank you very much my friend, it helped me a lot
Greetings from Chile

mariocalcetin
Автор

Thank you for your sharing, help me a lot with this of saving Date in MySQL.

nalsminator
Автор

hi

thanks for the tutorial its very helpful.

linewenterprises
Автор

Thank you, but I have a question
when i try to insert date from Visual Basic Project to SQL Server 2008 with windows 7 I use '" & dateTipePiker.Text & "' it works when I use Windows 8 it don't work
I tried '" & dateTipePiker.Value & "' and '" & dateTipePiker.Value.Date & "' and still dosen't work
I am using Visual Basic 2010
What should I do???

TheJoker
Автор

Why do I keep getting an error "Unable to convert MySQL date/time value to System.DateTime". please help

prylldmyg
Автор

i have something to ask, how to retrieve the date from the database and pass it into datetimepicker
for update purposes. for example the expiration date i want to change it using datetimepicker.

linewenterprises
Автор

sir kindly make some video for networking programing like socket server code in vb

Ishunrzb
Автор

How to show the date in the datetimepicker when datagridview is clicked?

rylai
Автор

Hallo how to I use datetimepicker with timer control... I have students to be move from one class to another after every academic year

review
Автор

is there a way to deploy the program now to use in another computer?

guilhermeterra
Автор

Hi, do you know how to add image to table or datagrid ? thanks :D

snowdecember
Автор

very good contribution would like me to do a tutorial to update.

PabloMartinez-teey
Автор

hi, can you have MySQL visual basic.net tutorial the topics are using PrintDialogBox you can also have the capabilties to choose printers installed, Save DialogBox have the capabilities of saving ms word file to the database. also have the find and replace Ms Word using vb.net any Ms Word starting 2003 to 2016 versions. urgent needed tutorial. thanks hopefully for your favorable reply.

auraarzadun
Автор

I have question
How to convert date to integer in vb.net

yosifpharmapro