Calendar Event with time
Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums Modifications
Forum Description: Mod's and Add-on's for Web Wiz Forums.
URL: https://forums.webwiz.net/forum_posts.asp?TID=20959
Printed Date: 29 March 2026 at 12:52pm Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com
Topic: Calendar Event with time
Posted By: quaz
Subject: Calendar Event with time
Date Posted: 09 August 2006 at 5:50am
|
Does anybody know how i could modify the calendar event system to be able to use a specific time, like say 6:00. I tried modifing includes/message_form_inc.asp to include the time in the form, and modifying dtmEventDate on line 121 of new_post.asp, but had no luck. thanks
|
Replies:
Posted By: wistex
Date Posted: 13 August 2006 at 11:23am
Check and see if the field is getting filtered at the input end. It might strip out the time portion. Also check and see if the database is used a datetime field as opposed to a date field.
------------- http://www.wistex.com" rel="nofollow - WisTex Solutions http://www.caribbeanchoice.com/forums" rel="nofollow - CaribbeanChoice Forums
|
Posted By: picardnj
Date Posted: 14 August 2006 at 3:59am
I would love to have time for my calendar entries. But can not figure out how to do that.
|
Posted By: quaz
Date Posted: 21 August 2006 at 10:09pm
wistex wrote:
Also check and see if the database is used a datetime field as opposed to a date field. | im using mysql and the field is set up as a timestamp.
|
Posted By: quaz
Date Posted: 21 August 2006 at 10:13pm
wistex wrote:
Check and see if the field is getting filtered at the
input end. It might strip out the time portion. | and from what
i saw in new_post.asp, it uses like dtmEventTime = (some variable=request.form("month")) + (some variable=request.form("day").... etc. and by some variable i ment that the variable had already requested the form. im just to lazy to open up the file and look. :)
|
|