Problems With Hour(now) And Minute(now)
I am trying to make a form show at a specific time everday on my webpage. I am inserting the numbers of the the time in a database and posting it to the page. For some reason this is not working for me. Code:
View Replies
how to do the count down timer? which their is count down timer for sepacific day, hour, minute and second.
View Replies
View Related
Is it possible to do a 1 minute countdown clock in text via asp?
View Replies
View Related
I'm developing an ASP website where the user will be charged by the minute. I'm trying to figure out what's the best logic for this.
1. User Registers
2. User Enters their CC
3. User logs-in
4. Database logs start time
5. User logs-out
6. Database logs end time
6. User gets charged by minutes used.
Now my problem is that what if the user just closes the browser? how can i detect this, log the end time AND charge the user.
View Replies
View Related
How do I convert the VBScript function hour() to return 1-12 instead of 0-23
View Replies
View Related
i have a VB Script that will export a certain files from a directory, and this script will run twice a day, once in the morning and once in the afternoon, but am having trouble getting it to work, my code looks like this: PHP Code:
View Replies
View Related
I have a date/time variable type in a sql 2000 database.
Say I have 1/1/2006 1:15:00 PM stored in it. On my asp page, How can I format that to read 1:15 PM? Is there a time formatting function or something?
View Replies
View Related
One of my client is requiring that a section of his website to be restraint. It is currently in ASP. The visitor will be attributed an access code. This access code will be alpha numeric and contain 6 digits.
When my user will be entering this digit he will be allowed one hour access to the website. I guess the best way to do this is thru cookies. Any experience on this ?
View Replies
View Related