Display Tabular Customer Birthdays

Modified on Wed, 27 Mar 2019 at 11:05 AM

You may want to show a list of all the birthdays of your customers for that current day.

myss_ShowDailyBirthdays(target);

The following is an explanation of each parameter and their possible values:

1) target: (string) this is the ID of the HTML element in which to display the standings in.

 

EXAMPLE HTML CODE:

<div style="width: 100%;" id="myss_birthdays"></div>
<script type="text/javascript">myss_ShowDailyBirthdays('#myss_birthdays');</script>


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article