Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
up-to-date
- Page 1
My php is showing wrong results of time difference
Programming
Web Development
3 Weeks Ago
by Mr.M
…, I'm trying to mark attendance register which has the
date
for which that register is being marked for as well… the register is actually marked on. For
Date
as well as Marked
Date
. I also have two time picker textboxs which one…
Re: My php is showing wrong results of time difference
Programming
Web Development
3 Weeks Ago
by Dani
…-user to specify a time, not a time and
date
combination. Should it always be assumed that if the …more sense, because then the end-user specifies both a
date
and time together. Let's assume that the datetime-… now do something such as this: // Get start and end
date
/time combos from HTTP form $start = $_POST['start']; $end = …
Re: My php is showing wrong results of time difference
Programming
Web Development
3 Weeks Ago
by Mr.M
… I meant regarding the dates is that I have a
date
input that shows a calendar when a user click on… it to choose the
date
for which the register is being marked for. Then I…
Re: My php is showing wrong results of time difference
Programming
Web Development
2 Weeks Ago
by Dani
… now have two datetime-local input boxes and no more
date
picker on its own, right?
Re: My php is showing wrong results of time difference
Programming
Web Development
3 Weeks Ago
by Mr.M
I'm getting an error saying the `date_create` class can not be found
Re: My php is showing wrong results of time difference
Programming
Web Development
3 Weeks Ago
by Dani
Oh goodness, I’m sorry! I made a typo. Remove the new keyword. I’ve edited my post above.
Re: My php is showing wrong results of time difference
Programming
Web Development
2 Weeks Ago
by Mr.M
Thank you, you saved me, I've been trying for weeks now. It works now perfectly with your code.
Re: My php is showing wrong results of time difference
Programming
Web Development
2 Weeks Ago
by Dani
> Also just one more question regarding your code, I will have to minus 1 hour from the total hour difference, do I have to use the %h - 1? Just in case you haven't figured this out yet, the answer is no :) In my code above, see where I am showing you what $diff looks like on line 15? You should be able to do something like this: $…
Re: My php is showing wrong results of time difference
Programming
Web Development
2 Weeks Ago
by Erussuhsh
Hi I'm new to android app development can you teach me how to make a app
Re: My php is showing wrong results of time difference
Programming
Web Development
2 Weeks Ago
by Dani
I don’t personally know Android development or mobile development at all. However, others here might. Please start a new question [by clicking here](https://www.daniweb.com/community/contribute/181).
Re: What are the best Local Seo practices in 2025?
Digital Media
Digital Marketing
Search Engine Strategies
2 Weeks Ago
by Dani
While that's all true, I can't help but wonder if this is AI-generated content? Whether or not it is, you pretty much nailed it, so I'm not quite sure if you have a question or not that you're asking, or just trying to get a discussion started.
What are the best Local Seo practices in 2025?
Digital Media
Digital Marketing
Search Engine Strategies
1 Month Ago
by asadalig
… biggest things is keeping your Google Business Profile up-to-
date
with correct info, photos, and even little updates or posts…
Re: Justice Department Offers Grants Against Internet Predators
Digital Media
Digital Marketing
1 Month Ago
by JackRyan248
… the defendant accepting a plea agreement. > > The due
date
for applying for funding under this announcement is 12:00…
Integrating OpenAI Web Search API in LangGraph
Programming
Computer Science
1 Month Ago
by usmanmalik57
… is the temperature today in Paris? What is the todays
date
?"}) print(res['output'][0]['text']) ``` **Output:** . 3 years later it sits in a box because it's out of
date
and new models that are worth buying are not worth buying (not going to rewrite that.) For me, not worth it.
Re: date stored in mysql as 0000-00-00
Programming
Web Development
14 Years Ago
by Ankit_Parmar
//$
date
=$_POST['Value1']; --- Don't comment this line.Because you want to store this value. $new_date =
date
("m/d/Y", strtotime($
date
)); In This line , What is the value of [B]$
date
[/B]. Becoz,You are commenting Previoue line. That'why , it is storing 01-01-1970(this is initial
date
value).
Re: Date of birth not showing in database
Programming
Web Development
10 Years Ago
by pritaeas
Date
format for databases is usually `yyyy-mm-dd`
Re: Date Validation again
Programming
Software Development
17 Years Ago
by jim mcnamara
… to be displayed - FYI. If you format
date
like this: today=$(
date
+%Y%m%d) you get a value like 20080111, this… compare integers: if [[ $today -ne $newdate ]] then echo "bad
date
" fi
Re: Date Expired? date expiration alert
Programming
Web Development
16 Years Ago
by Luckychap
Date
Comparison is really hard in javascript. So I wrote 2 … date2Month = date2.getMonth(); var date2Year = date2.getFullYear(); // Check for same
date
if(areSame(date1, date2)) return 0; if(date1Year == date2Year) { if…
Re: Date and Time
Hardware and Software
Microsoft Windows
18 Years Ago
by MidiMagic
Date
and time are in control panel.
Re: date n time TO BE DISPLAYED AT THE LEFT HAND CORNER .
Programming
Software Development
17 Years Ago
by Ezzaral
Date
is actually deprecated and should be replaced with Calendar[code] java.util.Calendar now = java.util.Calendar.getInstance(); String currentTime= java.text.SimpleDateFormat.getInstance().format(now.getTime());[/code]
Re: Date comparing in Unix shell script
Programming
Software Development
16 Years Ago
by Luckychap
>
date
%s is also not working in HP-UNIX. Any response is highly appriciated. Thanks.
Re: date time problem - please help
Programming
Web Development
14 Years Ago
by jugosoft
Date
that you want to insert in SQL Server database must be in format [b]MM/dd/yyyy[/b], and time must be in format [b]hh:mm:ss[/b]. Don't forget to set data type of collumn in database to [i]datetime[/i]. [code] string dateAndTime = DateTime.Now.ToString("MM/dd/yyyy hh:mm:ss"); ... command.ExecuteNonQuery(); [/code]
Re: Date () mysql storage
Programming
Web Development
13 Years Ago
by urtrivedi
date
or datetime
Re: Date Operations in C++
Programming
Software Development
12 Years Ago
by rubberman
… the object with today's
date
. */
Date
::
Date
(const
Date
& cpy) : m_JulianDate(cpy.m_JulianDate) { }
Date
::~
Date
() throw (LiveObjectError) { }
Date
&
Date
::operator=(const
Date
& rhs) { if (this…
Date Function not returning variable in main
Programming
Software Development
16 Years Ago
by gretty
…; !is_leapyear(
date
) ||
date
.month == 10) { month_numeral = 0; } else if (
date
.month == 02 && !is_leapyear(
date
)||
date
.month == 03 ||
date
.month == …11) { month_numeral = 3; } else if (
date
.month == 04 ||
date
.month == 07) { month_numeral = 6; } else if (
date
.month == 9 ||
date
…
Re: Date Function not returning variable in main
Programming
Software Development
16 Years Ago
by Yiuca
…; !is_leapyear(
date
) ||
date
.month == 10) { month_numeral = 0; } else if (
date
.month == 02 && !is_leapyear(
date
)||
date
.month == 03 ||
date
.month == …11) { month_numeral = 3; } else if (
date
.month == 04 ||
date
.month == 07) { month_numeral = 6; } else if (
date
.month == 9 ||
date
…
date() question
Programming
Web Development
15 Years Ago
by emhmk1
… [CODE]function
Date
(){ $
date
= $row2['
date
']; $
date
= strtotime($
date
); $
date
=
date
('d/n/y', $
date
); echo $
date
; [/CODE] or [CODE]function
Date
(){ $
date
= $row4['
date
']; $
date
= strtotime($
date
); $
date
=
date
('d/n/y', $
date
); echo $
date
; [/CODE] Thanks…
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