C# Tutorial 23: How to use DateTimePicker and save date in Database

  Рет қаралды 521,906

ProgrammingKnowledge

ProgrammingKnowledge

Күн бұрын

Пікірлер: 89
@DrSatti
@DrSatti 11 жыл бұрын
Your vision will make a great difference in the C Sharp world for a common programmer. Keep up the good work.
@wilsonmateo6346
@wilsonmateo6346 9 ай бұрын
thanks for the video mate it is not what i was looking for but great (what i am looking for is how to select the information of date from a datagridview, and make the datetimepicker show it) have tried a lot but nothing works
@DeniseStack
@DeniseStack 10 жыл бұрын
It is easy to convert the date to the database format by using the Value of the date time object. dobdatettime.Value.ToString("yyyy-MM-dd") This works really well.
@NabeelHassanein
@NabeelHassanein 10 жыл бұрын
In VS C# 2012 Value Does not exists any more so it is done as follows dobdatettime.ToString("yyyy-MM-dd"); Best Regards
@josi-iwnl-8920
@josi-iwnl-8920 6 жыл бұрын
thank god
@sahack7322
@sahack7322 9 жыл бұрын
عااااااااااالی بود. مرررررررررررررررسی. it's very good. thank you so much sir. good luck.
@mrj4082
@mrj4082 3 жыл бұрын
Thank you. Very helpfull despite being almost 9 years old. Appreciate it man 👍
@TheJoker0
@TheJoker0 8 жыл бұрын
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 What should I do???
@سبحاناللهالحمدلله-ش2ر6ث
@سبحاناللهالحمدلله-ش2ر6ث 2 жыл бұрын
Type of field (DOB) date or vchar??
@aydinyusifov262
@aydinyusifov262 Жыл бұрын
I used datetime. It works
@eddyquintero91
@eddyquintero91 7 жыл бұрын
hello, What kind of data do you use in the date field of sql server?
@markelven4641
@markelven4641 6 жыл бұрын
same question
@luiejohnmalimit
@luiejohnmalimit 6 жыл бұрын
He's using VARCHAR I think, not quite sure tho..
@chetanajadhav7478
@chetanajadhav7478 6 жыл бұрын
May be date time
@AlexMartinez-be2rh
@AlexMartinez-be2rh 10 жыл бұрын
Thaks very much sir, I was searching for this all day long, MSDN etc. and you have the answer.
@achibelukwando6986
@achibelukwando6986 11 жыл бұрын
learning a lot from your videos and still learning # keep up the good work guy
@miesen1of4
@miesen1of4 4 жыл бұрын
Thank you , i this was helpfull for my class lab.
@kriegswar6733
@kriegswar6733 Жыл бұрын
thank you sir, you solved my problem here
@MIKEJMTR
@MIKEJMTR 10 жыл бұрын
Not working! just save 0000-00-00 00:00:00:00.000000 "Incorrect date time value "12/11/14 0:00:00' for column "DOB" at row 1
@shibleekhan101
@shibleekhan101 11 жыл бұрын
What can i do if i am not using the the MySQL server. i am using northwind database sample and i add column of DOB in it. when i use the datetimepicker i got the error massage (string or binary data would be truncated.the statement has been terminated.) Can any one help me? Thanks
@heraNbUdDHikA
@heraNbUdDHikA 10 жыл бұрын
what is the data type of DOB attribute in the database?
@ikadoxdell1695
@ikadoxdell1695 10 жыл бұрын
i also need to know that xD
@MrCoolbuddy143
@MrCoolbuddy143 10 жыл бұрын
Ikado Xdell Heran Buddhika The data type used in DOB is DATETIME.
@TamillaS
@TamillaS 10 жыл бұрын
thank you very much!!! your tutorials are very useful!!!
@czajla
@czajla 7 ай бұрын
spolier: property Format set Custom, this will activate property CustomFormat
@snehanaidu5532
@snehanaidu5532 5 жыл бұрын
When i click on date timer then my calendar is not showing that years and months why? Just showing today's date and that same format but other years date are missing what should i do? Please answer
@JunLee000
@JunLee000 8 жыл бұрын
how to write code on dateTimePicker if you want to Display selected row from datagridview to TextBox click event dateTimePicker1.Text = row.Cells["dob"].Value.ToString(); it has error if I try to code like this
@humkobulanayou
@humkobulanayou 8 жыл бұрын
Watch my channel for IT videos
@naspiroh5152
@naspiroh5152 2 жыл бұрын
Amazing tutorial.. Thanks
@ashrafzaky
@ashrafzaky 4 жыл бұрын
when i was trying to store the Picked Date it always send 00 month becuse my formate was dd/mm/yyyy, but it fixed when i changed it to dd/MM/yyyy ... why i must wirte MM not mm ? thanks in advance.
@rushiayyappa165
@rushiayyappa165 10 жыл бұрын
how can i view the details again in those textboxes ,considering id as primary key, how to convert it while retrieving it from database?
@melvindelen2518
@melvindelen2518 7 жыл бұрын
Great tutorial. Thanks. Could you help me saving leap year in a database? Many thanks
@saurabhbelekar5431
@saurabhbelekar5431 3 жыл бұрын
Thanks bhaii❤🙏
@mohammadtaghipahlavan940
@mohammadtaghipahlavan940 4 жыл бұрын
ok what if i want to read that date i put in DOB in to my app?
@sandarusampath7463
@sandarusampath7463 2 жыл бұрын
Thanks a lot🔥
@TormentaJohnny
@TormentaJohnny 10 жыл бұрын
somebody knows can i get a function that returns a inner join queery results using tree layer Architecture. I'm developing and studying with Murach Adonet Book, but i can´t find it.
@saqibsultan9410
@saqibsultan9410 9 жыл бұрын
Thnk's very much sir for this tutorial I want to asked one thing how can we add a remainder in c#, for example remainder for the date of birth.
@emilioibanez4981
@emilioibanez4981 2 жыл бұрын
Thankyou this helped a lot
@nessiraronialvarez1594
@nessiraronialvarez1594 7 жыл бұрын
Thank u very much :') you are beatiful programmer
@bloodymindedchild
@bloodymindedchild 8 жыл бұрын
"Date of butt" lol PS : I like your vids, keep doing !!!
@fabiogoncalves3677
@fabiogoncalves3677 9 жыл бұрын
Hello i am using sql server 2012 so can u tell me what i am suppose to wirite when u write("datasource=localhost;port=3306;username=rot;password=root";) i dont know :3 help
@NabeelHassanein
@NabeelHassanein 10 жыл бұрын
DOB is an abbreviation Date Of Birth and accordingly represent Date field
@abobakersdeeg
@abobakersdeeg 7 жыл бұрын
iwant using datetimepaker in sql server iceart column in db sql server type date in form iused datetime packer values datetimepacker1.text or value is errror
@fatimashoaib4542
@fatimashoaib4542 7 жыл бұрын
such an amazing one! helped me a lot thank you so much
@nerodan1763
@nerodan1763 11 жыл бұрын
me han servido de mucho tus vídeos gracias, thanks for uploading your knowledge
@sivakumarsivakumar1304
@sivakumarsivakumar1304 9 жыл бұрын
the datetimepicker nice example
@HenryDubon23
@HenryDubon23 6 жыл бұрын
Gracias, saludo desde Honduras
@diahdwilestari1052
@diahdwilestari1052 5 жыл бұрын
thank you, this video help me a lot
@selimsacu6387
@selimsacu6387 5 жыл бұрын
Thank you very mach
@gdragon448
@gdragon448 6 жыл бұрын
what is data type in sql server of date?
@jchaila_
@jchaila_ 5 жыл бұрын
Datetime
@RadhaKrishna_777
@RadhaKrishna_777 4 жыл бұрын
Thank u 😊
@skybladeyou
@skybladeyou 8 жыл бұрын
hi may i know how u make the login page?
@abdallahahmed3981
@abdallahahmed3981 9 жыл бұрын
please could anybody tell me how to insert date from date and time picker in MS Access DB ?
@vantastic
@vantastic 9 жыл бұрын
Abdallah Ahmed This is a C# tutorial dude, however I'm familiar with VBA so I can hopefully help you. You need to format the value within DatePicker to suit the destination database requirement. If MySql, then the following code will work: dim MySqlDate as String MySqlDate = format(dtpicker.value,"yyyy-mm-dd HH:nn:ss") 'You can remove the time formats if you just need the date itself. then include that string variable into your SQL string and use the runsql function. Something like: Dim MyQuery as String MyQuery = "INSERT into tablename (datefield) VALUES ('" & MySqlDate & "');" DoCmd.RunSql(MyQuery) Not sure if this is what you're after though.
@nicador100
@nicador100 3 жыл бұрын
Thanks very much !!!!!!
@joannamaevillamor4270
@joannamaevillamor4270 4 жыл бұрын
How about the code for radio button?
@zwggra
@zwggra 11 жыл бұрын
BE CAREFULL WHO EVER DO THIS LOAD DATABASE BUTTON DOESNT WORK WITH DATES YOU MUST USE THIS ON LOAD BUTTON : "server=localhost;User Id=root;password=kalaok123;Persist Security Info=True;database=database; Convert Zero Datetime=True"
@spaceredx
@spaceredx 2 жыл бұрын
Gracias bro
@heshanvithanage7357
@heshanvithanage7357 9 жыл бұрын
Thanks :-) It's Work
@oddswish9524
@oddswish9524 5 жыл бұрын
Thanks bro.
@ribvicky
@ribvicky 8 жыл бұрын
Use parametrized query :-/
@abobakersdeeg
@abobakersdeeg 7 жыл бұрын
I want a distinguished institute in c# asp.mvc , India. Please detail the title. I will come from outside India
@kishorkabadi6551
@kishorkabadi6551 6 жыл бұрын
how to change language of DateTimePicker to Rusian in c#.net
@EkambaramPalabindela
@EkambaramPalabindela 10 жыл бұрын
Thank You sir....
@hakanyldz9013
@hakanyldz9013 6 жыл бұрын
thanks bro
@bereshdo
@bereshdo 11 жыл бұрын
that's good will be succssed
@a-maxlee5763
@a-maxlee5763 11 жыл бұрын
May I ask that the data type of attribute "DOB" is what? time or nchar(10)? Can any one reply me...Thank you ~~
@Abhimanyukumar-vb8bz
@Abhimanyukumar-vb8bz 4 жыл бұрын
yes I have same doubt
@BrunoSouza-jy4rk
@BrunoSouza-jy4rk 8 жыл бұрын
help a lot !!!
@kiolerond8926
@kiolerond8926 8 жыл бұрын
can i have a copy of your codes?
@manigopal
@manigopal 11 жыл бұрын
how to use this in C# in SQL server 2008
@redcardfordie
@redcardfordie 8 жыл бұрын
thank u
@gian-lucanardini9706
@gian-lucanardini9706 9 жыл бұрын
mine is creating multiple names
@hydrohutechhcm
@hydrohutechhcm 11 жыл бұрын
i have a problem but it's done now
@SrVentor
@SrVentor 6 жыл бұрын
Thanks !!!!
@coocoonuut49
@coocoonuut49 9 жыл бұрын
thx so much!!!
@m0ro0n
@m0ro0n 8 жыл бұрын
can you send for ,me the source please
@maran9178
@maran9178 7 жыл бұрын
Awesome
@guleye
@guleye 5 жыл бұрын
do something for your fan
@cameronjordan897
@cameronjordan897 5 жыл бұрын
I lov u
@wunnell
@wunnell 6 жыл бұрын
Any tutorial that teaches people to use string concatenation rather than parameters when saving to a database is a bad tutorial.
@youdodle
@youdodle 9 жыл бұрын
abudalalalalalala
@hebermendozacaballero267
@hebermendozacaballero267 8 жыл бұрын
porque si es aleman el tipo que explica el video, lo programa en inglés, no les basto con perder la guerra? jajaja
@ishanmadushanka3709
@ishanmadushanka3709 Жыл бұрын
thank you bro
@ShadowDared
@ShadowDared 5 жыл бұрын
thanks you very much
Date and Time in C# 10 and .NET 6 In 10 Minutes or Less
7:36
IAmTimCorey
Рет қаралды 84 М.
C# Tutorial 22: Checkbox , radiobutton and groupbox with Database in C#
14:34
ProgrammingKnowledge
Рет қаралды 243 М.
My scorpion was taken away from me 😢
00:55
TyphoonFast 5
Рет қаралды 1,6 МЛН
Каха и дочка
00:28
К-Media
Рет қаралды 3,3 МЛН
Правильный подход к детям
00:18
Beatrise
Рет қаралды 10 МЛН
C# Tutorial 1:Getting Started and Mysql database Connection
17:49
ProgrammingKnowledge
Рет қаралды 583 М.
C# Tutorial 10:  How to Link Combobox with Database values
8:50
ProgrammingKnowledge
Рет қаралды 315 М.
How to Insert Excel Date Picker | Mini Calendar Add-in | Secret VBA Hack!
9:18
Rebekah Oster - Excel Power Up
Рет қаралды 28 М.
you need to learn SQL RIGHT NOW!! (SQL Tutorial for Beginners)
24:25
NetworkChuck
Рет қаралды 1,6 МЛН