Searched refs:cvi_date (Results 1 - 1 of 1) sorted by relevance

/haiku/src/libs/mapm/
H A Dmapm_rnd.c346 char *cvi_time, *cvi_date, buf1[64], buf2[32]; local
351 cvi_date = DateStr();
372 buf2[6] = cvi_date[3]; /* date format: "MM-DD-YYYY" */
373 buf2[7] = cvi_date[4];
374 buf2[8] = cvi_date[0];
375 buf2[9] = cvi_date[1];
376 buf2[10] = cvi_date[8];
377 buf2[11] = cvi_date[9];
378 buf2[12] = cvi_date[7];

Completed in 18 milliseconds