Jump to content
UBot Underground

Leaderboard

Popular Content

Showing content with the highest reputation on 02/05/21 in all areas

  1. Typically with time you want to convert it to unix time and then work with it in this case you can convert it, subtract to get the difference and then divide that by 86400 (one day in seconds). You can use this plugin: http://ubotdev.com/free-plugin-datetime-manipualtion This will basically do that and round it using the ubot round function (which rounds to 2 places) if you want to a whole number you can use javascript. set(#date1,$plugin function("DateTime Manipulation.dll", "$datetime manipulation", "2017-06-26 00:00:00", "yyyy-MM-dd HH:mm:ss", "UNIX", "en-US", "en-US"),"Global") set(#d
    1 point
×
×
  • Create New...