1

I need the date (say) 7 days from now as a variable but couldn't find any implementation for the same for AIML version 1.0

1 Answers1

-1

You can put the date of today in a variable and use a loop with successor to add 7days. Or build a map with all the dates and use a loop with this map to add 7days.

ouba
  • 3
  • 3