Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new function to add days to today #70

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

daipresents
Copy link
Contributor

No description provided.

function mablJavaScriptStep(mablInputs, callback) {

// addDays変数の数だけ日付を進める, Advance the date by the number of addDays variables
let addDays = mablInputs.variables.user.addDays;
Copy link
Contributor

@twistedpair twistedpair Apr 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@daipresents Can you use "var" rather than "let" so that this will work on ES5 JavaScript too, like Internet Explorer?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants