Re: formatting a date in cfgrid

2005-10-24 Thread Jean-Baptiste Emanuel Zorg
st seems very odd that it displays the mask. > > You might also consider posting the bit of code that is displaying the mask > so everyone can take a look. > > ..:.:.:.:.:.:.:.:.:.:.:.:.:.:. > Bobby Hartsfield > http://acoderslife.com > > > -Original Message

Re: formatting a date in cfgrid

2005-10-23 Thread Jean-Baptiste Emanuel Zorg
t right off, you could have your DB do it. > Just apply a date mask to it in the query. Most DB systems allow you to do > this. > HTH > Alan Rother > Macromedia Certified Advanced ColdFusion MX 7 Developer > > On 10/23/05, Jean-Baptiste Emanuel Zorg <[EMAIL PROTECTED]> w

formatting a date in cfgrid

2005-10-23 Thread Jean-Baptiste Emanuel Zorg
i have a date that is populating a field in a grid like this: Tue Oct 18 21:25:48 GMT-0400 2005 i have attempted to use mask=" D, " but all it does is output the mask to the field.. any ideas how to mask this? thanks ~|

Re: Any Interest in a Completely Free CFML Calendar?

2005-10-17 Thread Jean-Baptiste Emanuel Zorg
will it be available for download then? the links dun werk fer me On 10/17/05, Paul Stewart <[EMAIL PROTECTED]> wrote: > yep > > Paul Stewart > Site Developer > [EMAIL PROTECTED] > www.whichfranchise.com > > - Original Message - > From: "Jordan Michaels" <[EMAIL PROTECTED]> > To: "CF-Talk"

Re: flash forms and a bad directory structure?

2005-10-16 Thread Jean-Baptiste Emanuel Zorg
i was /finally/ able to sus the problem... although i am not sure what the exact cause is.. having this function in my Application.cfc caused flash remoting to return a null... removing it cause all to work as planned... not sure why this is happening... On 10/12/05, Arturo Fuentes <[EMAIL P

IE and CSS

2005-10-13 Thread Jean-Baptiste Emanuel Zorg
i've got a div on a page that i want to encompass the full page.. it's a container. i have body,html set to height:100% but when i set the container div to 100% it only goes to the height of the viewable area. but the page scrolls... and the container div is too short.. any ideas or suggestions?