[opencms-dev] News module date deffinitions
Salvador Santander Gutierrez
salvador.santander.ext at juntadeandalucia.es
Mon Mar 22 12:40:02 CET 2004
This error is caused by the calender applet. You must to edit the workplace.properties and change the following paramteres to the correct date format, in my case( spain):
com_opencms_modules_homepage_news_NewsBackoffice.inDateFormat=dd-MM-yyyy
com_opencms_modules_homepage_news_NewsBackoffice.outDateFormat=%D/%M/%Y 00:00
com_opencms_modules_homepage_news_NewsBackoffice.outStartDateFormat=%D/%M/%Y 00:00
com_opencms_modules_homepage_news_NewsBackoffice.outEndDateFormat=%D/%M/%Y 00:00
If you donĀ“t know the format of the date that applet need, you can make a jsp page with this code:
--------------------------------------
<%@ page session="false" %>
<%@ page import="com.opencms.modules.homepage.news.*" %>
<%@ page import="java.util.*" %>
<%
out.println("Date format: " + NewsContentDefinition.date2shortString(new GregorianCalendar()));
%>
-------------------------------------
I hope helps you.
----- Original Message -----
From: Luis Gaspar
To: opencms-dev at opencms.org
Sent: Monday, March 22, 2004 11:56 AM
Subject: [opencms-dev] News module date deffinitions
Hi,
I have imported News module in OpenCms and i try to work with them, but i have a problem when i try to insert a new entry. I edit all the camps but when I click ok the system send me "Insert a correct date!"
I try with different dates but the problem don't solve and I don't understand why this append.
How i can know what tipe does my system expect to change in EditBackoffice page?
Please help me.
Luis Gaspar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://webmail.opencms.org/pipermail/opencms-dev/attachments/20040322/25bff6ab/attachment.htm>
More information about the opencms-dev
mailing list