answersLogoWhite

0

It would usually mean Day Month Year - The only other time I've heard that used - was in an episode of The Simpsons... in that instance it meant 'don't mess yourself' !

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

What does CYDM mean on Twitter?

C)heck Y)a D)irect M)essages


Write a UNIX command to display the current date in the form 02?

date +"%d/%m/%y" date +"%d/%m/%y"


What is the value of m in this equation m plus Y w?

If you mean: m +Y = w then the value of m = w -Y


What is Fortnite game?

fortnite is the d u m game


Write a program to find of all prime number between 100and 500?

#include<stdio.h> main() { int check, i, x,y,m; printf("enter the number upto which check"); scanf("%d",&check); y=1; for(m=2; m<=check; m++) { for(x=2;x<m; x++) { y=m%x; if(y==0) break; } if(y!=0) printf("%d is prime number\n",m); else printf("%d is not a prime number\n",m); } getch(); }


What is the code for date validation in c plus plus?

You need to check the day, month and year separately, to ensure they are within range. You also need to deal with leap days (29th February) which is every 4 years, but not the 100th unless it is the 400th. Finally, you need to deal with the change from the Julian to Gregorian calendars, which skips the 5th to 14th October, 1582. bool checkdate(unsigned int d, unsigned int m, unsigned int y) { return( !(( d<1 d>31 m<1 m>12 ( y==1582 && m==10 && (d>4 && d<15 ))) ( d==31 && ( m==2 m==4 m==6 m==9 m==11 )) ( m==2 && ( d>29 ( d==29 && ( y%4 ( !( y%100 ) && y%400 ))))))); }


What does D and M mean about wood?

D&M Dressed and Matched


What does l y m i mean?

Love You Mean It


What are the release dates for N-Y-P-D-M- - 2011?

N-Y-P-D-M- - 2011 was released on: USA: 11 October 2011 (first broadcast)


Is Isabella B l o d y M a r y?

no queen mary was


How do you echo date plus php?

Your question isn't quite clear but I think you mean this: <?php echo date("m-d-Y"); ?>


What does ETDMTYS mean?

E= Early T= Time D= Dissmissal M= Monthly T= Time Y= Yesterday S=Study