Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
date-time
- Page 1
Re: Justice Department Offers Grants Against Internet Predators
Digital Media
Digital Marketing
2 Days Ago
by JackRyan248
… the defendant accepting a plea agreement. > > The due
date
for applying for funding under this announcement is 12:00… p.m. Eastern
Time
on April 8, 2009. However, grants are only available to…
Re: Date time
Programming
Software Development
15 Years Ago
by WaltP
… in the help index for
Date
and/or
Time
[/QUOTE] you mean this?[CODE]Private Sub Form_click() Print
Date
;
Time
End Sub [/CODE] I… don't understand this: when form is print i get to see the day &
time
events…
Date time
Programming
Software Development
15 Years Ago
by Masterace
need a code to display
date
&
time
on the form so that when form is print i get to see the day &
time
events took place
Re: Date time
Programming
Software Development
15 Years Ago
by abu taher
you mean this?[CODE]Private Sub Form_click() Print
Date
;
Time
End Sub [/CODE] I don't understand this: when form is print i get to see the day &
time
events took place
Date time picker and textboxes
Programming
Software Development
12 Years Ago
by bprosic
…to datetimepicker is textbox. When I choose
date
from datetimepicker, selected
date
goes into textbox. Works fine. --…value for "
date
of birth" field is
Date
/
Time
. Plus: Can I change a
date
in textbox manually …(sometimes) and then automatically
date
would be changed in
date
time
…
Re: date-time problem
Programming
Software Development
18 Years Ago
by n.aggel
… int main() { // Current
date
/
time
based on current system time_t now =
time
(0); // Convert now to…; endl; //------lets play with the
date
!!!---------- // add 1 minute to the current
date
/
time
now += (60 * number_minutes); …amp;now); cout <<"The local
date
and
time
i is: " << asctime(…
Date time picker issue
Programming
Software Development
15 Years Ago
by chaitanya.josh
…net 2005 and i have written some message on that
date
time
picker's text change event.so when m going to… run this application at that
time
after running m clicking on
date
time
picker arrow key.after that m only… selecting month at that
time
without selecting
date
that event fires…
Re: date-time problem
Programming
Software Development
18 Years Ago
by n.aggel
… way is to use the functions in
time
.h. 1. get current
time
using
time
() function, which returns the number of …a pointer to struct tm, which contains each element of
date
/
time
as integers. 3. Add the number of minutes to… of tm structure. 4. call mktime() to normalize the
date
/
time
. This function corrects all tm structure members. 5. using …
date/Time problem
Programming
Software Development
14 Years Ago
by yasho
… the one field "
time
" is defined as
date
/
time
and format as medium
date
. This field stores the
time
properly i.e. 3….00PM But when i load the datagrid, datagrid loads fine but in
time
… column values appears as 11-1-2010 3.00PM i.e "General
Date
" How can…
Date Time Picker
Programming
Software Development
14 Years Ago
by sdhawan
…guys i need help with
date
time
picker.What i am …(); myString = @"Select word from wordTbl where
date
= @
date
"; SqlCommand cmd = new SqlCommand(myString, cn);…{ cmd = new SqlCommand("SELECT word from wordTbl where
date
='" + dateTimePicker1 + "'"); rdr = cmd.…
Date Time Operation in vb.net
Programming
Software Development
9 Years Ago
by sashiksu
…'s truly like this First I click on one
date
time
picker which called 'dtpstart'. Then I typed number … 'period'. After that I want to show what is the
date
? For Ex: dtpstart = 2016.01.01 period = 10 …code : but It doesn't work. Dim datestart As
Date
datestart = dtploanstart.Value Dim i As Integer For i …
Date/Time from DB
Programming
Software Development
15 Years Ago
by =OTS=G-Man
… a mail order manager. Issue is they use a strange
date
/
time
format that they store as text in the DB, from… it into C# as a standard
date
. [CODE] private static DateTime ProcessMwTime(string mwTime) { //Mailware
Date
Format //YYYY/MM/DD HH:MM…
Re: date-time problem
Programming
Software Development
18 Years Ago
by Ancient Dragon
… way is to use the functions in
time
.h. 1. get current
time
using
time
() function, which returns the number of …a pointer to struct tm, which contains each element of
date
/
time
as integers. 3. Add the number of minutes to… of tm structure. 4. call mktime() to normalize the
date
/
time
. This function corrects all tm structure members. 5. using …
Re: date-time problem
Programming
Software Development
18 Years Ago
by Ancient Dragon
…Yes -- that is what [b]normalize[/b] means
time
() function returns a time_t (normally unsigned integer). If …add (minutes * 60) to the value returned by
time
(), then call localtime() to get the structure. Yes, …to display the
date
/
time
. [code=c] int number_minutes = 1; time_t today =
time
(0); // add 1 minute to the current
date
/
time
today += …
Re: date time issue in JSP
Programming
Web Development
19 Years Ago
by saiteja
When I retrieve the
date
time
field from my database I am getting only
date
but not
time
.. In my database the datetime field is 2005-07-01 12:12:08 But I am getting only 2005-07-01 help me plzzz
Date Time Picker
Programming
Software Development
14 Years Ago
by sdhawan
Hi Guys , i am trying to connect
date
time
picker to database.So what i am trying to do is when user select a
date
in the datretime picker ,it should display all the words added on that particular day.Can anyone help me with this.Thanks
Date Time Picker Value to Text box
Programming
Software Development
13 Years Ago
by poojavb
…... I have created a text box....a button and a
date
time
picker control I have showed the calander control on click… in datetimepicker value change event it will hide it every
time
... cant write in lost focus also since it will have…
date time issue in JSP
Programming
Web Development
19 Years Ago
by saiteja
hi.. I reached to the end of my project..but still struggling with
date
time
issue in JSP... I am using mysql as database... simply to say my question is, how to insert and retrive datetime from database to my JSP page...can anyone put the code for that..i will be the most happiest...
Date/Time of original post...
Community Center
Meta DaniWeb
19 Years Ago
by winbatch
… list of posts of a forum, you cannot tell what
date
/
time
the original post was made without going into the post…
date-time problem
Programming
Software Development
18 Years Ago
by n.aggel
… have the followign problem: i need to get the system
date
-
time
and then i need a way to add minutes(!!) to…
Date/Time Picker
Programming
Software Development
14 Years Ago
by zachattack05
Hi! I was wondering if anyone knew a way to have a
date
/
time
picker only allow the selection of months/years? Like January, 2010...etc and not the specific day of the week? Kinda like the attached image.
Date Time Picker in vb.net Problem
Programming
Software Development
13 Years Ago
by huskarit
I don't now how to validate
date
time
picker controls....someone know?
Re: Date Time Picker in vb.net Problem
Programming
Software Development
13 Years Ago
by laxmanpathare
do the above code to validate
date
time
picker
Re: Date time
Programming
Software Development
15 Years Ago
by WaltP
Look in the help index for
Date
and/or
Time
Re: Date/time from SQL - error with getting it to display from database
Programming
Web Development
15 Years Ago
by whitestream6
… if-statement. I would not have split airdate into separate
date
and
time
fields, what is your thinking there?[/QUOTE] I've…></tr>"; } ?> [/CODE] I can get
date
/
time
to render properly with no problems, it's just for… that I want it to display the
time
only (or g:ia in php
date
function). Thanks for your help so far…
Re: Date/time from SQL - error with getting it to display from database
Programming
Web Development
15 Years Ago
by whitestream6
… January 2010 $now = strtotime("NOW"); // timestamp of current
date
/
time
$currentDay =
date
("g:ia", $now); // format of "Y… of what the variable should be!) January 3rd - 6:00pm (
date
and
time
, which I got working before) January 3rd, 2011 - 6…
Re: Date/time from SQL - error with getting it to display from database
Programming
Web Development
15 Years Ago
by whitestream6
… strtotime("NOW"); // timestamp of current
date
/
time
$currentDay =
date
("Y", $now); // format of…"; // dateFormat = 12 December 2009 $currentTime =
date
("Y", $now); // format of "… use $dateFormat when displaying the
date
! $currentDayFormatted =
date
($currentDay, $currentTime); $sDate =
date
("F dS, Y -…
Re: Date/time from SQL - error with getting it to display from database
Programming
Web Development
15 Years Ago
by whitestream6
…("NOW"); // timestamp of current
date
/
time
$currentDay =
date
("Y", $now); // format …quot;; // dateFormat = 12 December 2009 $currentTime =
date
("Y", $now); // format of "…$dateFormat when displaying the
date
! $currentDayFormatted =
date
($currentDay, strtotime($currentTime)); $sDate =
date
("F dS, Y…
Re: Date/time from SQL - error with getting it to display from database
Programming
Web Development
15 Years Ago
by whitestream6
…strtotime($r["airdate"]); // timestamp of current
date
/
time
$currentYear =
date
("Y", $now); // format of "… year ie 2009 not 09 $yearOfDateFromDatabase =
date
("Y", $airdate); // the year… $dateFormat when displaying the
date
! $airdateFormatted =
date
($dateFormat, strtotime($airdate)); $sDate =
date
("F dS, Y …
Re: Date/time from SQL - error with getting it to display from database
Programming
Web Development
15 Years Ago
by darkagn
…URL="http://www.php.net/manual/en/function.
date
.php"]
date
[/URL] [URL="http://www.php.net/…] $now = strtotime("NOW"); // timestamp of current
date
/
time
$currentYear =
date
("Y", $now); // format of "Y"…= 12 December 2009 // now use $dateFormat when displaying the
date
! [/code] Hope this gives you some ideas.
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC