by WEM Office | Sep 10, 2020 | Tips and Tricks
Check WEMScript documentation for documentation and typical widget structure outline. Check Widgets on MyWEM Forum for example widgets, technical explanations and active discussions. See widgets.live.wem.io for examples and descriptions of most of...
by WEM Office | Aug 20, 2020 | Functions
ToLocal converts a UTC date (+time) value to a local datetime value for the given Timezone. This function returns unknowndatetime if the timezone is not recognized. Syntax ToLocal(datetime, Timezone) Function call Result ToLocal(date(2020,8,16,15,37),...
by WEM Office | Aug 20, 2020 | Functions
ToUTC converts a local date (+time) value with the given Timezone to a UTC datetime. This function returns unknowndatetime if the timezone is not recognized. Syntax ToUTC(datetime, Timezone) Function call Expected result ToUTC(date(2020,8,16,15,37),...
by WEM Office | Jul 1, 2020 | Functions
The Abs() function returns the absolute value of a specified number. Syntax Abs(number) Returns The absolute value of number, such that the resulting value is the positive equivalent of number. Parameters number a numeric value. Examples Abs(0) /* 0 */ Abs(5) /* 5 */...
by WEM Office | Aug 28, 2019 | Blog, News
The DOC develops visitor registration app in 2 weeks Picture your front desk or reception processes. Are your visitors and employees registered on a traditional attendance board and handwritten A4 sheets? The DOC decided it was about time to automate this process for...