AI Zone Admin Forum Add your forum

NEWS: Chatbots.org survey on 3000 US and UK consumers shows it is time for chatbot integration in customer service!read more..

Problem regarding the date tag, and Program AB
 
 

Hello. I’m having an issue with the following code in program AB, while every other file is working:

<aiml>
<
category><pattern>WHAT DAY IS IT ^</pattern><template><date format="%A"/> <sr/></template></category>
</
aiml

The attachment shows what is output - http://i.gyazo.com/54a5ba7a681de517dcc0074ac1b136f0.png
Thanks for any help in advance wink

Image Attachments
bottest.png
 

 
  [ # 1 ]

I should add that I hope to receive an answer such as “Wednesday” or “Thursday”. Overall, my question is: Are you receiving an answer from Program AB like I am? If so, is it a problem of your own computer (and hence also mine), or is it a problem with Program AB?
Thanks again.

 

 
  [ # 2 ]

You need the jformat tag in Program AB:
<date format=”%A” jformat=“EEEEEEEEEE”>

 

 
  [ # 3 ]

Thanks so much, Steve!

 

 
  login or register to react