Needs work
Project:
Javascript Tools
Version:
master
Component:
Jscalendar
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Oct 2006 at 06:57 UTC
Updated:
6 Oct 2006 at 16:03 UTC
This patch almost implements what he wanted. The problem is that jscalendar has no format specifier for the time zone, so you have to hard code that in for now. After patching node.module, edit line 1640 and replace the -700 with your time zone setting.
This can be applied after jscalendar adds that format. (I'll post a feature request on the jstools module and let them deal with upstream.)
| Comment | File | Size | Author |
|---|---|---|---|
| jscal_authored_on.patch.txt | 1.41 KB | binford2k |
Comments
Comment #1
nedjoThanks for the patch. This should be done through a hook_form_alter in javascript tools module. Something like (untested):
This assumes a _settings function to allow users to turn this off.
Comment #2
thelarry8675309 commentedThank you very much the patch solved my problem.