i use to get the difference between two dates i.e user's signup date and todays date in order to check that user has atleast logged into his/her account within 45 days otherwise i ll delete the account.
i calculate the difference by using datediff function for days upon current date and account created date. it displays the results in no of days say 32 days or 134 days
but i want to have it properly formatted in format like:
in case of 32 days
1 month and 2 days
that i can do by myself
but how to handle following situations:
if there are 30 days in month
if there are 31 days in month
if there are 28 days in month
if there are 29 days in month
I ve a problem regarding the date format. i m using access as a database and want to insert date in dd mm yyyy format but wen the date is less than 12 then it converts it into mm dd yyyy and store it like that. this is really creating a problem .
What difference does it make?I am building a table whose number of rows keep changing When i use the second method the space above my table keeps increasing.I just want to know which method is better..I had posted a similiar question....I'm still trying to figure out.
Please could you tell me if there is a way to actually delete the session from the users browser history? The above code works ok, as long as the browser is closed first, deleting the cookie info.
I've created a web site system that a number of users use on their sites, but I manage each individual site/system on my ISP's server.
Creating updates to this system was fine when I only had a few users, but now its starting to become hard work uploading the required files to each site (I use CuteFTP) so I wondered if you knew of an FTP app that would allow me to automate the process.
I basically want to put a file or files in a local folder and then instruct the app to auto-upload these files to the same places, but on each site. If required, I can create the folder structure locally so that the app goes through a set of folders locally and uploads them to the same places on the sites.
Do you know of an app that can automate the process of uploading the same files to certain directories across multiple FTP sites?
I have a asp page pulling results from an Access DB. I have no control of the data input to the db. All the information is entered in Upper case. It contains fields like address, city, etc..
DB data: AddressColumn: 123 BILL AVENUE format to 123 Bill Avenue
Is there a way to format the data on the webpage in proper case with a fucntion or routine? I am not a programmer by trade but can follow logic.
What is the correct data type to use if the phrase I'm saving to my table contains an apostrophe such as in the phrase "yesterda's news". I've tried "text" data type, I've tried "varchar" and "char". They all give me bugs when I save to the database and if I remove the apostrophe from the phrase, then it saves correctly with any data type.
I have the tables set up in Access, viewing in column format on ASP pages but now the company wants the schedule reports to be in a wall-calendar type format. I've searched and found calendar scripts but I need one that's creates a table resizable to a report size format. Using the existing MS Access db I've written is also a plus.
I built a asp website for my baby boy to let my family & friends to view notes and pictures about him and I was wondering if there was a code that I can use to automatically display the "years", "days" old he is based of his birthdate?
the script below writes the next seven dates and their weekday names. it works a treat, until it gets within seven days of the end of a month. when that happens, the number of days shrinks and shrinks until the 1st of the next month, when it goes back to normal.
my question is - what needs to be changed here in order for it continue displaying dates into the next month? Code:
I've got a very simple database holding requests that users have submitted.Once we take care of the request we mark it shipped.There's a check box field in the database which holds this value.
I'd like to create a page that lists all shipped requests for the past 10 days.The SQL is giving me problems though.I'm not sure how to write this out.
i want to add particular days of the week of past two months into a dropdown list according to current date at run time but i am unable to do so can anybody tell me how to do that.
Does anyone know of a formula that I can use to work out the number of days in a month not including the weekends?
I know I could probably use a loop that checks each day and if it is a weekday it adds to a counter but I'm guessing that would make things run a tad slower and the way this system is running I wouldn't want to make it any slower.
I need to display the count of days on the page where the start date is the result of the record set and the end date is the current date. So if the record set value was 3/04/2007 than the display on the page would be "3" ( with todays date: 3/07/2007 as the end date). I know I need to use datediff(d,???? ) you can see where I get lost.
There maybe a easy solution but I just can't seem to find it. I've got a membership module that sets up a expiration date of one year since they joined. So I have a DB field called "membershipexpiry" which has the expiration date(). I'm doing up a backend to keep track of membership periods and want to display all memberships that would expire in 30 days. What would the right SQL statement be? sql = "SELECT * FROM users WHERE membershipexpiry..........".
I want to be able to pull all the records from a table "Accounts" which are more than 7 days old. The attribute "DateCreated" stores the date the account was created.
I've tried "SELECT * FROM Accounts WHERE DateDiff('dd', DateCreated, Now()) > 7" but this is coming up with an error (I'm using MS Access db by the way)
I'm trying to find any examples or instruction on how to code some ASP that enables someone to search an Access db with a date field (mm/dd/yyyy) so many days back (to be specific, the user could select 7 days, 14 days, or 30 days from a pulldown menu) from the current date.
I am wanting to create my own calendar asp module.Are there any functions in vbscript that return the number of days in a particular month depending on what year it is?
I know the UPDATE sql, all I need is to figure out how to get all the records, see what their date is, and if their date is greater than 150 days (dateDiff) execute the command code. How would I do this?
P.S. It's for a 'auto-archive' script...set the field Archive value to 'Yes'...