Hi All,
Can anyone help me to get the day of week when a date is clicked on the calendar, I can get the Day , Month, Year but i want the Day of week (Monday).
Thank You
newdate = (Calendar1.Month & "-" & Calendar1.Day & "-" & Calendar1.Year)
But when i put a watch on newdate the format is "yyyy/mm/dd"
Is there a way i can change the date format in vb, Thanks.
Access, but i just realised something, I changed the code so that it updates a record using "newdate" and when i looked at the value it changed, It changed it to "1900/01/22" I still can't find the link between the value of newdate (2005/05/17) and the value inputted (1900/01/22)
Thanks
Hey guys,
I'm trying to pull information out of a database where the date is equal to (whateva). But i keep ending up with no records even when i know that the data exists.
The field in the database is set to the date format "2005/05/17".
and newdate in the code is the same format...
My Problem is this....
My site is done in frames, but there are pages that are restricted, so if you are not logged in you get sent to the login page, If login is successful you get redirected to the page you where on your way to. The problem is that the redirected page must open within the...
Works Great only 1 more problem and seems to be Minor, How do I get the Redirected page to open in its self cos the login page is in a frame and I want the successful login page to open in that frame as well, at the moment it opens in the parent frame and looses the menu on the left.
Code is...
Hey All,
Just wondering if anyone could be of assistance,
I have a page on my site that is dependent on data out of a database, in other words a number has to be passed to it for the page to display properly, So if a user try's to open that page without logging in it brings up the login page...
Hi wonder if you could help,
My code is as follows:
{
With mdiMain.cdlMainDialog
.DialogTitle = "Copy File"
.InitDir = App.Path
.Filename = Strip_FileNameFromPath(TempFilename)
.Flags = cdlOFNHideReadOnly + cdlOFNOverwritePrompt + cdlOFNLongNames + cdlOFNPathMustExist...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.