Urgent help

54 views
Skip to first unread message

neha bhurke

unread,
Feb 25, 2021, 4:19:20 AM2/25/21
to Django users
Hello Everyone 

I want to create a calendar base view as attached in the file .Please help me 
datepicker.PNG

AMRIT SHAHI

unread,
Feb 25, 2021, 4:29:52 AM2/25/21
to django...@googlegroups.com
use jquery 

On Thu, Feb 25, 2021 at 3:04 PM neha bhurke <bhurk...@gmail.com> wrote:
Hello Everyone 

I want to create a calendar base view as attached in the file .Please help me 

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/75810875-8b82-4fe6-aff4-8b7775715403n%40googlegroups.com.

neha bhurke

unread,
Feb 25, 2021, 4:32:36 AM2/25/21
to django...@googlegroups.com
Can You help me with code . 
Regard,
Neha Bhurke



AMRIT SHAHI

unread,
Feb 25, 2021, 4:38:39 AM2/25/21
to django...@googlegroups.com
These videos might help you if you find helpful replay me, link attached here

Kasper Laudrup

unread,
Feb 25, 2021, 4:39:09 AM2/25/21
to django...@googlegroups.com
On 25/02/2021 10.32, neha bhurke wrote:
> Can You help me with code .

Try to do at least some minimal effort yourself.

The least you could do would be to spend some time on actually writing a
question, explaining what you've done, where you're having issues etc.

The posts you're making here seems like you mostly just expect people to
do your work for you for free without even bothering to explain what you
actually need. That's extremely rude and doesn't really help you get the
help you might be looking for as most people will simply ignore it.

Kind regards,

Kasper Laudrup

Nagaraju Singothu

unread,
Feb 25, 2021, 11:00:41 AM2/25/21
to django...@googlegroups.com
Write a program to find the number ends with digit 3 in a array,

For example for a array input [6,83,12,54,71,44,293,43,66,13,72,42,163], the output should be 83, 293, 43, 13, 163 - all numbers ends with digit 3.



You can choose any programming language to write this program                          please send answer this question

On Thu 25 Feb, 2021, 2:50 PM neha bhurke, <bhurk...@gmail.com> wrote:
Hello Everyone 

I want to create a calendar base view as attached in the file .Please help me 

--

Kasper Laudrup

unread,
Feb 25, 2021, 11:14:41 AM2/25/21
to django...@googlegroups.com
On 25/02/2021 16.59, Nagaraju Singothu wrote:
> Write a program to find the number ends with digit 3 in a array,
>
> For example for a array input [6,83,12,54,71,44,293,43,66,13,72,42,163],
> the output should be 83, 293, 43, 13, 163 - all numbers ends with digit 3.
>

It's probably just my lack of imagination, but I have a very hard time
seeing how such an algorithm could end up as a calendar widget, but
please do enlighten us.

Kind regards,

Kasper Laudrup

Anirudh choudhary

unread,
Feb 25, 2021, 12:40:40 PM2/25/21
to django...@googlegroups.com
Hello everyone 
 So The possible Solution 
Could be 

for python:

arr = <Be your array>

for i in arr:
    if i % 10 == 3:
          print(i)


for java 

int[] arr = new int[10]; // Suppose you have 10 element in your array if you want dynamic array use ArrayList 

for(int i : arr){
   if(i % 10 == 3){
      System.out.println(i);

This Solution will Only work for the positive element.


Thank You



--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.

neha bhurke

unread,
Feb 25, 2021, 10:27:11 PM2/25/21
to django...@googlegroups.com
Thank u so much for your help 😊
Regard,
Neha Bhurke




--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.

Jacob Greene

unread,
Feb 25, 2021, 10:42:18 PM2/25/21
to django...@googlegroups.com
I would also like some urgent free work done for me. Please anyone. Drop what you are doing and help me now. 

AMRIT SHAHI

unread,
Feb 25, 2021, 10:58:48 PM2/25/21
to django...@googlegroups.com
did that video helped you or not

Madhav Nandan

unread,
Feb 26, 2021, 2:02:31 AM2/26/21
to django...@googlegroups.com
Yeah kasper. I totally agree with you. If she could have attached repository link and where she was facing issues. I could have suggested improvement in her code. 

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages