Anyone know how to use Strings or Chars w/ Ethercard for a Web Server?

Greetings,
Does anyone know how to use strings or char variables - in the HTML - which is hosted for an Ethercard web server?

I've been trying to get this is work for the last few days and I haven't found anyone else have success doing so. Numbers work fine as you can see with the time. But I want to add a day string and an AM/PM string, in addition to others.

Result:

zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz 卑 6:57:11

Here is the current sketch.

dev_deque:
Here is the current sketch.

The proxy server is refusing connections

Why did you throw your code in the rubbish bin? If you want help at pastebin, post your question there.

If you want help HERE, post your code HERE.

PaulS:
Why did you throw your code in the rubbish bin? If you want help at pastebin, post your question there.

If you want help HERE, post your code HERE.

Hey Paul,
This thread might as well be marked solved. Sort of... After being stuck for awhile, I choose to interpret numeric codes on the client side. Such as that 0 can represent "failure" and 1 can represent "Success" etc. The client who read the data are more lenient when it comes to data types. Thanks for your opinion as well.