Return-Path: Delivered-To: apmail-ofbiz-commits-archive@www.apache.org Received: (qmail 64926 invoked from network); 30 Jan 2008 12:59:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Jan 2008 12:59:54 -0000 Received: (qmail 55386 invoked by uid 500); 30 Jan 2008 12:59:45 -0000 Delivered-To: apmail-ofbiz-commits-archive@ofbiz.apache.org Received: (qmail 55264 invoked by uid 500); 30 Jan 2008 12:59:45 -0000 Mailing-List: contact commits-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ofbiz.apache.org Delivered-To: mailing list commits@ofbiz.apache.org Received: (qmail 55255 invoked by uid 99); 30 Jan 2008 12:59:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jan 2008 04:59:45 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jan 2008 12:59:26 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 3453E1A9832; Wed, 30 Jan 2008 04:59:33 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r616743 - /ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd Date: Wed, 30 Jan 2008 12:59:32 -0000 To: commits@ofbiz.apache.org From: jleroux@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080130125933.3453E1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jleroux Date: Wed Jan 30 04:59:32 2008 New Revision: 616743 URL: http://svn.apache.org/viewvc?rev=616743&view=rev Log: Updated following revision 616634 Modified: ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd Modified: ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd?rev=616743&r1=616742&r2=616743&view=diff ============================================================================== --- ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd (original) +++ ofbiz/trunk/framework/minilang/dtd/simple-methods.xsd Wed Jan 30 04:59:32 2008 @@ -4947,19 +4947,15 @@ or directly from a value using at least one adjuster to modify the from-field date. The type of fields or value is Timestamp. - Again you can use the flexible string expander here, the - ${} syntax and such. It can also do a type conversion, - so going from whatever type the source data is in, - which would be a string value or whatever the variable - type is for a from field, it can convert that to any of - these types before setting it in the target field. - + Again you can use the flexible string expander here, the ${} syntax and such. It can also do a type conversion, + so going from whatever type the source data is in,which would be a string value or whatever the variable + type is for a from field, it can convert that to any ofthese types before setting it in the target field. You can also specify a default value in the case that the value evaluates to an empty string or the from-field is null or empty. Then the default-value will be used. - You must specify at least one adjuster between years, months, days, hours, minutes, seconds, millis - (in these cases it must be an integer value optionally precedeed by + or -), period-align-start and period-align-end. + Adjuster years, months, days, hours, minutes, seconds and millis use integers optionally precedeed by + or - + Period-align-start and period-align-end allows to align on end or start of a period. You may specify a locale or a time-zone else the respective default request value is used.