Show today's date

dazzlindonna 0 Tallied Votes 188 Views Share

will look like Thursday, June 03, 2004

<cfoutput>#DateFormat("#Now()#", "dddd, mmmm dd, yyyy")#</cfoutput>
jsmall26 0 Light Poster

That actually isn't right. there's too many ##'s.

It should look like this:

<cfoutput>#dateformat(now(),"dddd, mmmm dd, yyyy")#</cfoutput>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.