Wednesday, September 29, 2010

Re: date fields

On Wed, September 29, 2010 3:22 pm, james livsey wrote:
> yeah its a database field - just a regular date outputting 'September 29
> 2010' but i need to 'add' the day to that output - does that make sense?
>
> so if the outputted date is the above i need to work out that the day is a
> Wednesday.

you can use $time->format( $format = 'l, d-m-Y', $date_string) in the view
to do that

http://book.cakephp.org/view/275/Formatting

--
Mike Karthauser
Managing Director - Brightstorm Ltd

Email: mikek@brightstorm.co.uk
Web: http://www.brightstorm.co.uk
Tel: 07939 252144 (mobile)
Fax: 0870 1320560

Address: 1 Brewery Court, North Street, Bristol, BS3 1JS

Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions.

You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/cake-php?hl=en

No comments: