Up! Up! Up!
:master:
codice:
function calculateDST(dstDate, dstObj) {
var isDST = 1;
var notDST = 0;
if (document.theForm.notoDST.checked) {return notDST;}
var dstBeginMonth = dstObj.beginMonth;
var dstEndMonth = dstObj.endMonth;
Se dstObj é una variabile che io definisco per esempio 3 mentre beginMonth un'altra variabile assegnata in precedenza come ad esempio 4 quanto vale dstBeginMonth? Cosa significa variabile1.variabile2, qualcuno me lo vorrebbe spiegare?
Non voglio che leggiate tutto il codice ma solo che mi diate qualche delucidazione su alcuni spezzoni del software timezone che sto leggendo.
Ringrazio in anticipo e spero di avere qualche conferma al più presto.