473,698 Members | 2,598 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

reformat current DateTime object

Hi All

I have a DateTime object called dt. the format of dt.Date
is mm/dd/yyyy. How can I change this format to dd/mm/yyyy
and still keep it as a DateTime object so that I can run
this following SQL query :

UPDATE WorkRoster SET DateWorking = ? WHERE DateWorking IS
NULL

I have added a parameter to hold the date.

I have tried to make my parameter = dt.ToString("d" ), but
when the Update statment runs I get and OLEDbException
that is thrown, telling me that the Paramter does not have
a default value. I assuming it's maybe telling me this
because I tried to enter a string in the parameter?

The database is an Access 2000 DB and the field's datatype
is ShortDate.

How can I solve this problem?

Any help is much appreciated
TIA
Kevin
Nov 15 '05 #1
1 1467
Kevin <an*******@disc ussions.microso ft.com> wrote:
I have a DateTime object called dt. the format of dt.Date
is mm/dd/yyyy.
No it's not. Not really. The format of dt.Date is another DateTime.
DateTimes themselves have no explicit format.
How can I change this format to dd/mm/yyyy
and still keep it as a DateTime object so that I can run
this following SQL query :

UPDATE WorkRoster SET DateWorking = ? WHERE DateWorking IS
NULL

I have added a parameter to hold the date.


In that case just set the value to dt.Date, which is a DateTime itself
- there's no need to format it at all.

--
Jon Skeet - <sk***@pobox.co m>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
Nov 15 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
3806
by: Sam Collett | last post by:
I have the following that lists *.doc files in a folder. How do I list other types as well (I have tried using dirInfo.GetFiles("*.doc;*.rtf;*.pdf") but it does not work)? <%@ Import Namespace="System.IO" %> <%@ Import Namespace="System.Collections" %> <script language="VB" runat="server"> #Region " Web Form Designer Generated Code " 'This call is required by the Web Form Designer.
5
9748
by: Jim Heavey | last post by:
2 questions... The documentation shows a "property" call Now, which returns the current date and time, but it is not valid for how I am using it. If you declare a field as a DateTime, but never populate it, how can you tell if it is null?
2
1937
by: Francois Malgreve | last post by:
hello guys, I have some helper class in my ASP.NET pplication who basically contains static methods. I used them as helper methods to do small jobs that I can use at many places in my code. As those classes methods are static, they are never associated with any instance, then not assoicated with any HttpRequest neither. Nevertheless in some case I ended up myself passing the Session object to my static methods to be able to get some...
0
1382
by: Ben | last post by:
module main ... application.run(new splashform) .. end module after a few screen, I try to load a new codes I got from MSDN on datagrid that works on its own. I took out submain and ran datagridForm from my mainForm:
2
21076
by: markryde | last post by:
Hello, I am trying to add the current date to a file name in python script like thus: import os import sys import rpm import time import datetime
2
25823
by: Kondapanaidu | last post by:
Hi, I am with C#(V1.1). How to add only minutes to a current system time in C#. Suppose My system time is 16:28:09.28(Type time at command prompt) I need to add 1 minute to a this time :
4
92929
by: iwdu15 | last post by:
Hi, in VB i could use the keyword Now to get the current DateTime, but C# doesnt have that. How can i get the current time? thanks -- -iwdu15
5
10402
by: soni2926 | last post by:
Hi, I have a web application, asp.net and c# done in 2.0, which is going to return rows from the db with dates or certain events. The db is going to have events dates for the entire year, but on the site we just want those events for the current month. Is there a way to check this, check as each date is returned if it falls under the current month, year? Thanks.
5
6080
by: Aljosa Mohorovic | last post by:
i use this to find out current week and total number of weeks for current year: now = datetime.now() weeks_in_year = int(date(now.year, 12, 31).strftime("%W")) current_week = int(date(now.year, now.month, now.day).strftime("%W")) is this the best way or is there a better way? Aljosa Mohorovic
0
9169
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8899
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8871
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7738
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6528
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4371
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4622
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3052
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2335
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.