A clock with date

Hi, I’m new to fvwm. It’s cool clock, I like that. But I coundnt make it work with my fvwm.

I embeded your source into my .fvwm2rc file. and cited it as follows:

*FvwmButtons: Geometry 625x80-1-1
*FvwmButtons: Back aliceblue

*FvwmButtons: (Frame 2 Padding 2 2 Container(Rows 2 Columns 6 Frame 1 Padding 10 0))
*FvwmButtons: (1x2 Frame 2 Swallow(UseOld) "FvwmPager" "Module FvwmPager 0 0")
*FvwmButtons: (3x2 Frame 2 Swallow "FvwmIconMan" "Module FvwmIconMan")

*FvwmButtons: (2x2 Frame 0 Container(Rows 2 Columns 2 Frame 0))
#*FvwmButtons: (Frame 2 Swallow(UseOld,NoHints,Respawn) "xbiff" `Exec exec xbiff`)
#*FvwmButtons: (Frame 3 Swallow(UseOld,NoHints,Respawn)  "xload" `Exec exec xload -bg  aliceblue -fg black -update 5 -nolabel`)
#*FvwmButtons: (Frame 3 Swallow "Time" `Module FvwmScript $[fvwm_script]/FvwmScript-Time`)

[b]#*FvwmButtons: (1x2 Frame 2 Swallow(UseOld,NoHints,Respawn) "xclock" `Exec exec xclock -bg aliceblue  -fg black -hd black -hl black -padding 0 -update 1`)
*FvwmButtons: (1x2 Frame 2 Swallow "Time" `FvwmScript $[fvwm_script]/FvwmScript-Time`)[/b]
*FvwmButtons: (1x2, Swallow ( UseOld) "stalonetray" `Exec exec stalonetray -bg  aliceblue --grow-gravity W --icon-gravity W`)

*FvwmButtons: (End)
*FvwmButtons: (End)

I cut it out for clarity.As follows:

#*FvwmButtons: (1x2 Frame 2 Swallow(UseOld,NoHints,Respawn) "xclock" `Exec exec xclock -bg aliceblue  -fg black -hd black -hl black -padding 0 -update 1`)
*FvwmButtons: (1x2 Frame 2 Swallow "Time" `FvwmScript $[fvwm_script]/FvwmScript-Time`)

As you see, I want it to replace the poor xclock.But it didnt work(appear) at all.

Is there anything wrong ? Thanks a lot.