Re: D2W How do I format my dates globally?
Re: D2W How do I format my dates globally?
- Subject: Re: D2W How do I format my dates globally?
- From: René Bock <email@hidden>
- Date: Fri, 9 Feb 2007 09:47:29 +0100
Am 08.02.2007 um 23:37 schrieb James Cicenia:
Hello -
What is the rule to have all my dates displayed say, Feb 7, 2007 ??
try something like
{
author = 50;
class = "com.webobjects.directtoweb.Rule";
lhs = {
class = EOKeyValueQualifier;
key = "smartAttribute.className";
selectorName = "isEqualTo:";
value = "com.webobjects.foundation.NSTimestamp";
};
rhs = {
class = "com.webobjects.directtoweb.Assignment";
keyPath = formatter;
value = ""%b %d, %Y"";
};
}
Mit freundlichem Gruß,
René Bock
Software Engineering
--
salient GmbH - the interactive advantage
Offenbacher Landstraße 368, 60599 Frankfurt Main
Fon +49 (0)69 - 650096 -0, Durchwahl: -18, Fax: -70
http://www.salient.de
Geschäftsführer: Peter Biler; Alexander Gerling; Lars Ohlerich
Handelsregister Frankfurt Main; HRB 48693
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden