Abhijeet Ahuja

Results 3 issues of Abhijeet Ahuja

``` var UUID = require('uuid-js'); var converter = require("convert-string"); console.log(UUID.fromBytes(converter.stringToBytes('test'))); ```

Suppose I want dynamic content in reponse json/xml, like time-stamp, random number, uuid, then there should be some provision with enableTemplate feature to serve dynamic content if we annotate our...

I have to change stepInterval, minDate, hourMax dynamically, but not able to override the initial values. I have tried $('#time').datetimepicker("option", "stepMinute", 30 ); $('#time').datetimepicker("option", "hourMax", 18 ); and also tried...