I cannot get this aiml script for calculationg how many days from this day till Monday.
I make chatbots on botlibre. I tried the code I am going to post.
<category>
<pattern>HOW MANY DAYS UNTIL monday</pattern>
<template>
<interval>
<jformat>ddddd </jformat>
<style>days</style>
<from><date jformat="ddddd"/></from>
<to>saturday</to>
</interval>
days until saturday.
</template>
</category>
I expect the aiml script to display in the chatbot response how many days until Monday.
that worked thanks i needed that. i made a chatbot named pioyu on botlibre that acquires likes,dislikes and opinion about why people like or dislike something. she makes them her own. That is how I make my chatbot seem more human. It could acquire sentences of things people have as well if they tell it and make them it's own.