JavaScript: Convert different Values in a single Number -


i have following 3 values:

  • week (number between 1 , 52)
  • year (number between 0 , 99)
  • string (between "aa" , "zz")

is there way convert ("pack") number between 0 , 999999? or information number of 6 digits?

the goal (later) unpack/convert number 3 values.

thank much!

this not sallest possible number, easy code,decode: 52992626 if see mean... (wwyyaazz)


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -