I'm working on a new layout in my test journal, and I was fussing with the date. Using the date tutorial from

What I want is: Sat: 03/12/05 @ 05:14 pm
Anyone have any ideas how to accomplish this?
--------
Here is what my date related code looks like:
set my_date = "long";
set lang_fmt_date_long = "%%da%%: %%mm%%/%%dd%%/%%yy%% @" ;
(Feel free to tell me/delete this if my asking here is a problem)