Snitz Forums 2000
Home
|
Profile
|
Register
|
Active Topics
|
Members
|
Search
|
FAQ
Username:
Password:
Save Password
Forgot your Password?
All Forums
Help Groups for Snitz Forums 2000 Users
Help: General / Classic ASP versions(v3.4.XX)
function help
New Topic
Topic Locked
Printer Friendly
Author
Topic
GhettoDalaiLama
Junior Member
212 Posts
Posted - 18 September 2002 : 01:51:26
is there a function to display the current time and just the time (no date)?
Edited by - GhettoDalaiLama on 18 September 2002 02:09:02
RichardKinser
Snitz Forums Admin
USA
16655 Posts
Posted - 18 September 2002 : 02:12:21
there is the
chkTime
function.
GhettoDalaiLama
Junior Member
212 Posts
Posted - 18 September 2002 : 02:14:51
when I try to do that by itself I get "Wrong number of arguments or invalid property assignment: 'chkTime'".
All I'm trying to do is
Response.Write "The time is now: " & InsertTimeFunction & "." & vbNewLine & _
GhettoDalaiLama
Junior Member
212 Posts
Posted - 18 September 2002 : 02:17:06
ok I'm a dumbhead and can't figure out how to use this function. I've tried both chkTime(true) and just chkTime()
I know it's gonna be a simple one too....
RichardKinser
Snitz Forums Admin
USA
16655 Posts
Posted - 18 September 2002 : 02:26:01
use:
Response.Write "The time is now: " & chkTime(DateToStr(strForumTimeAdjust)) & "." & vbNewLine & _
that is for forum time.
If you just want the current server time, you can use this:
Response.Write "The time is now: " & Time & "." & vbNewLine & _
GhettoDalaiLama
Junior Member
212 Posts
Posted - 18 September 2002 : 03:50:10
thanks Richard
Topic
New Topic
Topic Locked
Printer Friendly
Jump To:
Select Forum
Announcements
Announcements: Security Related Bug Fixes
Announcements: Community
Announcements: New Releases
A Testing Area
Testing Forums
Help Groups for Snitz Forums 2000 Users
Help: General / MVC version(v1.XX)
Help: General / Classic ASP versions(v3.4.XX)
Help: General / Previous versions
Help: Database: MS Access
Help: Database: MS SQL Server
Help: Database: MySql
Help: Mail Configuration
Help: MOD Implementation
Help: Authentication: NT
Help: General / Current Version (Old)
Frequently Asked Questions
FAQ About This Site
HOW DO I FAQs
FAQs for Using Snitz with Access
FAQs for Using Snitz with mySQL
FAQs for Using Snitz with SQLServer
FAQ for Beginners to Snitz Forums
FAQ For Developers
FAQ for Webmasters
FAQ Addition Requests
Snitz Forums 2000 MOD-Group
Mod Integration Project (BUG Reports)
MOD Completed Add-Ons
MOD Add-On Forum (W/Code)
MOD Add-On Forum (W/O Code)
Community Forums
Graphics & Style in Snitz!
Suggest forum.snitz.com Content
Show-Off Your Forums
Code Support: ASP (Non-Forum Related)
Code Support: ASP.NET (Non-Forum Related)
Community Discussions (All other subjects)
Snitz Forums 2000 DOC-Group
DOC Discussion
DOC In-Box
DOC Out-Box
Snitz Forums 2000 DEV-Group
DEV Bug Reports (Open)
DEV Discussions (General)
DEV Discussions (Oracle)
DEV Discussions (VFP)
DEV Bug Reports (Closed)
DEV Internationalization (v4-archive)
DEV Internationalization (v4)
URLs and Other Resources
Snitz Forums 2000 - Classic ASP version
SnitzBitz
Snitz MVC development site
Snitz Downloads/etc...
SourceForge
--------------------
Home
Active Topics
Frequently Asked Questions
Member Information
Search Page
Snitz Forums 2000
© 2000-2021 Snitz™ Communications
This page was generated in 0.36 seconds.