Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
up-to-date
- Page 1
Integrating OpenAI Web Search API in LangGraph
Programming
Computer Science
18 Hours 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: What should I look for in a reliable web design and development agency?
Digital Media
Digital Marketing
2 Weeks Ago
by sasha_Digitable
… for is: 1. Proven track record with a up to
date
portfolio 2. Expertise in the specific areas of web design…
Defending yourself from AI. IGNORE ALL PREVIOUS INSTRUCTIONS
Hardware and Software
Information Security
2 Months Ago
by rproffitt
… BOT is mention of the Tiananmen Square protest and the
date
it occurred. In the USA you can find yourself blocked…
Re: Editor crashes browser
Community Center
Meta DaniWeb
1 Month Ago
by Salem
Your chrome is 9+ months out of
date
. https://chromereleases.googleblog.com/2024/07/
Re: Defending yourself from AI. IGNORE ALL PREVIOUS INSTRUCTIONS
Hardware and Software
Information Security
2 Months Ago
by Dani
I have heard of the "Ignore all previous instructions" thing when ChatGPT first came out, but I don't know how effective that is anymore. I don't think very much so. I haven't heard of anything related to Tiananmen Square or Holocaust Remembrance Day or such, and I don't see how those would be effective at all.
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
15 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
15 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
15 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…
Date Operations in C++
Programming
Software Development
12 Years Ago
by daniel.krishnasamy
… { q.m = x.month - month; q.d = x.
date
-
date
; q=sub(q); } else { q.y = 0; q.m…if(
date
> x.
date
) { q.d =
date
- x.
date
; q=sub(q); } else if(
date
< x.
date
) { q.d = x.
date
-
date
; q…
Date Validation
Programming
Software Development
12 Years Ago
by neewb
… char desc[DESC_SIZE]; int quantity; double whlCost, rtlCost;
Date
date
; }; void menu(std::fstream&); bool addRecord(std::…quot;Inventory.dat"); if (!ifile) {
Date
date
;
date
.Day = 1;
date
.Month = 1;
date
.Year = 1970; Inventory rec = {"Default…
Date validation
Programming
Software Development
11 Years Ago
by reiferdinan.picar
…new Scanner(System.in);
Date
date
= new
Date
(); //
Date
d1; // d1 = new
date
(); //
Date
d2 = new
Date
(); System.out.println("…System.out.println(
date
.getMonth()+ "/" +
date
.getDay()+"/" +
date
.getYear());
date
.isValid();
date
.calcLeapYear(); } }…
Re: date() question
Programming
Web Development
15 Years Ago
by nav33n
Pass $row['
date
'] as a parameter to this
date
function and return the changed value. Eg. [code] function changeDate($
date
) { $newdate =
date
('d/n/y',strtotime($
date
)); return $newdate; } [/code] Call this function wherever applicable. :)
Date range picker using PHP&Javascript calendar
Programming
Web Development
15 Years Ago
by michelleradu
…) { $today = (
date
('Ymd') ==
date
('Ymd', $i))? '_today' : ''; $minulost = (
date
('Ymd') >=
date
('Ymd', $i+86400)) && !$allow_past; echo ' '.($minulost?
date
('j', $i) : ''.
date
('j', $i…
Date format problem in parameters of Crystal report
Programming
Software Development
12 Years Ago
by Kingcoder210
…Dim bdsv As String = cmbisrbdt.SelectedItem Dim bdDate As
Date
bdDate = DateTime.Parse(bdsv, Globalization.CultureInfo.CreateSpecificCulture("…Dim edsv As String = cmbisredt.SelectedItem Dim edDate As
Date
edDate = DateTime.Parse(edsv, Globalization.CultureInfo.CreateSpecificCulture("…
Re: Date validation
Programming
Software Development
11 Years Ago
by cool_zephyr
use gregorian calendar to handle
date
specific functions Calendar cal=new GregorianCalendar(); cal.setTimeInMillis(timeInMillis); //set …,etc. you can get timeInMillis by creating a
date
object using SimpleDateFormat
Date
requiredDate=new SimpleDateFormat("yyyy/MM/dd").parse…
Date Problem
Programming
Web Development
19 Years Ago
by zaman1111
… on a JSP page. The problem is if the DB
date
is null then I get the error message below. java… generates: java.lang.IllegalArgumentException at java.util.
Date
.parse(
Date
.java:582) at java.util.
Date
.(
Date
.java:264) at jrun__view_roster22ejsp11._jspService(jrun__view_roster22ejsp11.java…
Re: date query problem
Programming
Software Development
16 Years Ago
by GaryOC
… String 'Supply a string with the required
date
in any acceptable
date
form or 'supply nothing to return the …supply an empty string to get today's Georgian
date
. 'Convert a
date
from the actual Julian format Dim M, Y…Int((S - U) / 30.61) ' Compute the raw, numerical calendar
date
elements D = S - U - Int(V * 30.61) M =…
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