
Search In
How to simply manage expense of utility bills and daily expense in odoo ... example electricity bill food bill telephone bill service charges and how to make auto estimate for next month and on certain date it gives us reminder ....? I need answer w
Urgent Help....I have AWS cognito account but its not letting me create roles User: arn:aws:sts::241018845783:assumed-role/MY_ACCOUNT is not authorized to perform: iam:CreateRole on resource: arn:aws:iam::241018845783:role/Rolename..has anyone encoun
I would like to add different kinds of dynamic views like textview, edittext, datepicker etc to already existed layout. With this existed layout have some static views which are mandatory. this dynamic views have to add based on API response count
Hi
When the page loads I see a lot of error message's in every field and then they go away when the page load. It seems odd...is there anyway to not show that first.
Thank you
Do While loop Executes a statement once, and then it repeats the execution of the loop until a condition expression becomes false.
The do while loop consist-
do {
statement
}
while (expression) ;
statement--> The statement to be executed
To split a string in javascript, we use split() method which splits the string into an array of substrings.
Syntax: string.split(separator);
Where separator specifies the character(s) to use for separating the string, and if this separator ( or
Wrapper classes are used to convert any data type into an object.
a wrapper class gets enclose around a data type and appears as an object.
for example:
int k = 100;
Integer it1 = new Integer(k);
The int data type k is converted into an object, it1
How to replace Year of a DateTime variable with the Year of another DateTime variable in C#
While working in a project, I got stuck in the following issue :-
I have to compare the year of OldDateTime variable with NewDateTime variable. But if they
Following code will return the today's date in islamic calendar
NSCalendar *hijriCalendar = [[NSCalendar alloc] initWithCalendarIdentifier:NSIslamicCivilCalendar];
NSDateComponents *hijriComponents = [hijriCalendar components:NSDayCalendarUnit
Hello I love RPG games and want to create a simple RPG game too.
But don't know the best approach for this. Can anyone help in this. ?
Thanks in advance.
