- Регистрация
- 26.10.2020
- Сообщения
- 10
- Благодарностей
- 1
- Баллы
- 3
Hi, I need help. I want to check if my variable includes "+" or "-" in my Logic If function, but it does not work
const gmtDateTimeZone = Sun May 1 2022 10:38:21 GMT+0800 (AWST);
{-Variable.gmtDataTimeZone-}.includes('+')
or '{-Variable.gmtDataTimeZone-}'.includes('+')
Both do not work
const gmtDateTimeZone = Sun May 1 2022 10:38:21 GMT+0800 (AWST);
{-Variable.gmtDataTimeZone-}.includes('+')
or '{-Variable.gmtDataTimeZone-}'.includes('+')
Both do not work