Use the date tools that the other poster mentioned.
-----Original Message-----
From: deligeli [mailto:[EMAIL PROTECTED]
Sent: Monday, June 23, 2008 9:14 AM
To: [email protected]
Subject: RE: using date
i don't use any java code - i use only templates...
what is the java class and how do i change it?
Abrami Avi wrote:
>
> In your java code, put something similar to:
>
> VelocityContext vc = new VelocityContext(); vc.put("clndr",
> Calendar.getInstance());
>
> And in your template file (usually HTML or XML), you would have:
>
> $clndr.get(Calendar.MONTH);
>
> But that will only give you the integer representation of the month,
> not the actual month name.
> How did you want to show the current month?
> Did you want to display the name of the month, for example, "July"?
>
> -----Original Message-----
> From: deligeli [mailto:[EMAIL PROTECTED]
> Sent: Sunday, June 22, 2008 5:50 PM
> To: [email protected]
> Subject: RE: using date
>
>
> I have a code, where i want to show the current month.
> is there a funtion like $month or $Calendar.get(Calendar.MONTH)?
>
> Thanks
>
> Abrami Avi wrote:
>>
>> Your question is vague and therefore open to interpretation.
>> Malcolm is referring to the class
> "org.apache.velocity.VelocityContext".
>> You don't get the current month and year in Velocity, you get it from
>> the core java classes.
>> Specifically the "java.util.Calendar" class.
>>
>> Perhaps you can provide more details, preferrably the relevant part
>> of
>
>> your code.
>>
>> Good Luck!
>>
>> -----Original Message-----
>> From: deligeli [mailto:[EMAIL PROTECTED]
>> Sent: Sunday, June 22, 2008 5:30 PM
>> To: [email protected]
>> Subject: Re: using date
>>
>>
>> how do i do it?
>> where is the VelocityContext located?
>>
>> Malcolm Edgar-2 wrote:
>>>
>>> You need to add it to the VelocityContext model so you can access it
>>> in the template.
>>>
>>> regards Malcolm Edgar
>>>
>>> On Sun, Jun 22, 2008 at 10:19 PM, deligeli <[EMAIL PROTECTED]> wrote:
>>>>
>>>> HI!
>>>> I need to get the current month and year.
>>>>
>>>> What's the way to get it in velocity?
>>>> --
>>>> View this message in context:
>>>> http://www.nabble.com/using-date-tp18054049p18054049.html
>>>> Sent from the Velocity - User mailing list archive at Nabble.com.
>>>>
>>>>
>>>> -------------------------------------------------------------------
>>>> -
>>>> - To unsubscribe, e-mail: [EMAIL PROTECTED]
>>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>>
>>>>
>>>
>>> --------------------------------------------------------------------
>>> - To unsubscribe, e-mail: [EMAIL PROTECTED]
>>> For additional commands, e-mail: [EMAIL PROTECTED]
>>>
>>>
>>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/using-date-tp18054049p18055071.html
>> Sent from the Velocity - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [EMAIL PROTECTED]
>> For additional commands, e-mail: [EMAIL PROTECTED]
>>
>>
>>
>
> --
> View this message in context:
> http://www.nabble.com/using-date-tp18054049p18055239.html
> Sent from the Velocity - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
View this message in context:
http://www.nabble.com/using-date-tp18054049p18063166.html
Sent from the Velocity - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]